Html Css Color HEX #9AAE04 Citrus

📋 copy color: '#9AAE04'

red 154 ◦ green 174 ◦ blue 4

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

Shades of Citrus #9AAE04

Tints of Citrus #9AAE04

RGB

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

 GREEN value IS 174 (68.36% from 255) = 52.41%

 BLUE value IS 4 (1.95% from 255) = 1.2%

R = 46.39%
G = 52.41%
B = 1.2%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.98

 K value IS 0.32

RGB Variations

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

Color information

#9AAE04 (or 0x9AAE04) is known color: Citrus. HEX triplet: 9A, AE and 04. RGB value is (154,174,4). Sum of RGB (Red+Green+Blue) = 154+174+4=332 (43% of max value = 765). Red value is 154 (60.55% from 255 or 46.39% from 332); Green value is 174 (68.36% from 255 or 52.41% from 332); Blue value is 4 (1.95% from 255 or 1.20% from 332); Max value from RGB is 174 - color contains mainly: green. Hex color #9AAE04 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9AAE04 is #6551FB. Grayscale: #959595. Windows color (decimal): -6640124 or 306842. OLE color: 306842.

HSL color Cylindrical-coordinate representation of color #9AAE04: hue angle of 67.06º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9AAE04 is Cyan = 0.11, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.32.

Color convert

RGB 154 174 4 -
CMYK 0.11 0 0.98 0.32
HSL 67.06º 0.96% 0.35% -
HSV(B) 67.06º 0.98% 0.68% -
XYZ 28.48 37.15 5.78 -
YUV 148.64 46.37 131.82 -
System Red Green Blue C M Y K H S L
Decimal 154 174 4 0.11 0 0.98 0.32 67.06 0.96 0.35
Hex 9A AE 4 B 0 62 20 43 60 23
Octal 232 256 4 13 0 142 40 103 140 43
Binary 10011010 10101110 100 1011 0 1100010 100000 1000011 1100000 100011

Color Harmonies of #9AAE04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AAE04

Black with #9AAE04

Text Example


Text Example

White with #9AAE04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,174,4); }

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

background-color css

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

 a { background-color: rgb(154,174,4); }

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

border-color css

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

 span { border-color: rgb(154,174,4); }

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