Html Css Color HEX #94AA06 Citrus

📋 copy color: '#94AA06'

red 148 ◦ green 170 ◦ blue 6

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

Shades of Citrus #94AA06

Tints of Citrus #94AA06

RGB

 RED value IS 148 (58.2% from 255) = 45.68%

 GREEN value IS 170 (66.8% from 255) = 52.47%

 BLUE value IS 6 (2.73% from 255) = 1.85%

R = 45.68%
G = 52.47%
B = 1.85%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.96

 K value IS 0.33

RGB Variations

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

Color information

#94AA06 (or 0x94AA06) is known color: Citrus. HEX triplet: 94, AA and 06. RGB value is (148,170,6). Sum of RGB (Red+Green+Blue) = 148+170+6=324 (42% of max value = 765). Red value is 148 (58.20% from 255 or 45.68% from 324); Green value is 170 (66.80% from 255 or 52.47% from 324); Blue value is 6 (2.73% from 255 or 1.85% from 324); Max value from RGB is 170 - color contains mainly: green. Hex color #94AA06 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #94AA06 is #6B55F9. Grayscale: #919191. Windows color (decimal): -7034362 or 436884. OLE color: 436884.

HSL color Cylindrical-coordinate representation of color #94AA06: hue angle of 68.05º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #94AA06 is Cyan = 0.13, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.33.

Color convert

RGB 148 170 6 -
CMYK 0.13 0 0.96 0.33
HSL 68.05º 0.93% 0.35% -
HSV(B) 68.05º 0.96% 0.67% -
XYZ 26.62 35.06 5.54 -
YUV 144.73 49.71 130.34 -
System Red Green Blue C M Y K H S L
Decimal 148 170 6 0.13 0 0.96 0.33 68.05 0.93 0.35
Hex 94 AA 6 D 0 60 21 44 5D 23
Octal 224 252 6 15 0 140 41 104 135 43
Binary 10010100 10101010 110 1101 0 1100000 100001 1000100 1011101 100011

Color Harmonies of #94AA06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94AA06

Black with #94AA06

Text Example


Text Example

White with #94AA06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94AA06; }

 p { color: rgb(148,170,6); }

 H1.HeaderClassName
 {
   color: #94AA06;
 }
 .AnyTagClassName
 {
   color: #94AA06;
 }
</style>

background-color css

<style>
 a { background-color: #94AA06; }

 a { background-color: rgb(148,170,6); }

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

border-color css

<style>
 span { border-color: #94AA06; }

 span { border-color: rgb(148,170,6); }

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