#9CAE3A

Color #9CAE3A Limerick (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Limerick #9CAE3A

Tints of Limerick #9CAE3A

Color information

#9CAE3A (or 0x9CAE3A) is unknown color: approx Limerick. HEX triplet: 9C, AE and 3A. RGB value is (156,174,58). Sum of RGB (Red+Green+Blue) = 156+174+58=388 (51% of max value = 765). Red value is 156 (61.33% from 255 or 40.21% from 388); Green value is 174 (68.36% from 255 or 44.85% from 388); Blue value is 58 (23.05% from 255 or 14.95% from 388); Max value from RGB is 174 - color contains mainly: green. Hex color #9CAE3A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9CAE3A is #6351C5. Grayscale: #9B9B9B. Windows color (decimal): -6508998 or 3845788. OLE color: 3845788.

HSL color Cylindrical-coordinate representation of color #9CAE3A: hue angle of 69.31º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9CAE3A is Cyan = 0.10, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.32.

Color convert

RGB15617458-
CMYK0.1000.670.32
HSL69.31º50%45.49%-
HSV(B)69.31º66.67%68.24%-
XYZ29.6137.659.71-
YUV155.3973.04128.43-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 156 (61.33% from 255) = 40.21%
GREEN value IS 174 (68.36% from 255) = 44.85%
BLUE value IS 58 (23.05% from 255) = 14.95%
R=40.21%
G=44.85%
B=14.95%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal156174580.1000.670.3269.315045.49
Hex9CAE3AA0432045322d
Octal23425672120103401056255
Binary10011100101011101110101010010000111000001000101110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CAE3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9CAE3A; }

 p { color: rgb(156,174,58); }

 H1.HeaderClassName
 {
   color: #9CAE3A;
 }
 .AnyTagClassName
 {
   color: #9CAE3A;
 }
</style>
background-color css

<style>
 a { background-color: #9CAE3A; }

 a { background-color: rgb(156,174,58); }

 div.DivClassName
 {
   background-color: #9CAE3A;
 }
 .BgClassName
 {
   background-color: #9CAE3A;
 }
</style>
border-color css

<style>
 span { border-color: #9CAE3A; }

 span { border-color: rgb(156,174,58); }

 td.TdClassName
 {
   border-color: #9CAE3A;
 }
 .TagClassName
 {
   border-color: #9CAE3A;
 }
</style>