#9DAE26

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

Shades of Limerick #9DAE26

Tints of Limerick #9DAE26

Color information

#9DAE26 (or 0x9DAE26) is unknown color: approx Limerick. HEX triplet: 9D, AE and 26. RGB value is (157,174,38). Sum of RGB (Red+Green+Blue) = 157+174+38=369 (48% of max value = 765). Red value is 157 (61.72% from 255 or 42.55% from 369); Green value is 174 (68.36% from 255 or 47.15% from 369); Blue value is 38 (15.23% from 255 or 10.30% from 369); Max value from RGB is 174 - color contains mainly: green. Hex color #9DAE26 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9DAE26 is #6251D9. Grayscale: #999999. Windows color (decimal): -6443482 or 2535069. OLE color: 2535069.

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

Color convert

RGB15717438-
CMYK0.1000.780.32
HSL67.5º64.15%41.57%-
HSV(B)67.5º78.16%68.24%-
XYZ29.3937.587.54-
YUV153.4162.87130.56-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 42.55%
GREEN value IS 174 (68.36% from 255) = 47.15%
BLUE value IS 38 (15.23% from 255) = 10.30%
R=42.55%
G=47.15%
B=10.30%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal157174380.1000.780.3267.564.1541.57
Hex9DAE26A04E2044402a
Octal235256461201164010410052
Binary100111011010111010011010100100111010000010001001000000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DAE26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,174,38); }

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

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

 a { background-color: rgb(157,174,38); }

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

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

 span { border-color: rgb(157,174,38); }

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