Html Css Color HEX #94AA05 Citrus

📋 copy color: '#94AA05'

red 148 ◦ green 170 ◦ blue 5

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

Shades of Citrus #94AA05

Tints of Citrus #94AA05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.55%

R = 45.82%
G = 52.63%
B = 1.55%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.97

 K value IS 0.33

RGB Variations

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

Color information

#94AA05 (or 0x94AA05) is known color: Citrus. HEX triplet: 94, AA and 05. RGB value is (148,170,5). Sum of RGB (Red+Green+Blue) = 148+170+5=323 (42% of max value = 765). Red value is 148 (58.20% from 255 or 45.82% from 323); Green value is 170 (66.80% from 255 or 52.63% from 323); Blue value is 5 (2.34% from 255 or 1.55% from 323); Max value from RGB is 170 - color contains mainly: green. Hex color #94AA05 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #94AA05 is #6B55FA. Grayscale: #919191. Windows color (decimal): -7034363 or 371348. OLE color: 371348.

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

Color convert

RGB 148 170 5 -
CMYK 0.13 0 0.97 0.33
HSL 68º 0.94% 0.34% -
HSV(B) 68º 0.97% 0.67% -
XYZ 26.61 35.06 5.51 -
YUV 144.61 49.21 130.42 -
System Red Green Blue C M Y K H S L
Decimal 148 170 5 0.13 0 0.97 0.33 68 0.94 0.34
Hex 94 AA 5 D 0 61 21 44 5E 22
Octal 224 252 5 15 0 141 41 104 136 42
Binary 10010100 10101010 101 1101 0 1100001 100001 1000100 1011110 100010

Color Harmonies of #94AA05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94AA05

Black with #94AA05

Text Example


Text Example

White with #94AA05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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