Html Css Color HEX #9AAF23 Limerick

📋 copy color: '#9AAF23'

red 154 ◦ green 175 ◦ blue 35

#9AAF23
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Limerick #9AAF23

Tints of Limerick #9AAF23

RGB

 RED value IS 154 (60.55% from 255) = 42.31%

 GREEN value IS 175 (68.75% from 255) = 48.08%

 BLUE value IS 35 (14.06% from 255) = 9.62%

R = 42.31%
G = 48.08%
B = 9.62%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.8

 K value IS 0.31

RGB Variations

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

Color information

#9AAF23 (or 0x9AAF23) is known color: Limerick. HEX triplet: 9A, AF and 23. RGB value is (154,175,35). Sum of RGB (Red+Green+Blue) = 154+175+35=364 (48% of max value = 765). Red value is 154 (60.55% from 255 or 42.31% from 364); Green value is 175 (68.75% from 255 or 48.08% from 364); Blue value is 35 (14.06% from 255 or 9.62% from 364); Max value from RGB is 175 - color contains mainly: green. Hex color #9AAF23 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9AAF23 is #6550DC. Grayscale: #999999. Windows color (decimal): -6639837 or 2338714. OLE color: 2338714.

HSL color Cylindrical-coordinate representation of color #9AAF23: hue angle of 69º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9AAF23 is Cyan = 0.12, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.31.

Color convert

RGB 154 175 35 -
CMYK 0.12 0 0.8 0.31
HSL 69º 0.67% 0.41% -
HSV(B) 69º 0.8% 0.69% -
XYZ 28.96 37.65 7.33 -
YUV 152.76 61.54 128.88 -
System Red Green Blue C M Y K H S L
Decimal 154 175 35 0.12 0 0.8 0.31 69 0.67 0.41
Hex 9A AF 23 C 0 50 1F 45 43 29
Octal 232 257 43 14 0 120 37 105 103 51
Binary 10011010 10101111 100011 1100 0 1010000 11111 1000101 1000011 101001

Color Harmonies of #9AAF23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AAF23

Black with #9AAF23

Text Example


Text Example

White with #9AAF23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,175,35); }

 H1.HeaderClassName
 {
   color: #9AAF23;
 }
 .AnyTagClassName
 {
   color: #9AAF23;
 }
</style>

background-color css

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

 a { background-color: rgb(154,175,35); }

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

border-color css

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

 span { border-color: rgb(154,175,35); }

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