Html Css Color HEX #94A200 Citrus

📋 copy color: '#94A200'

red 148 ◦ green 162 ◦ blue 0

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

Shades of Citrus #94A200

Tints of Citrus #94A200

RGB

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

 GREEN value IS 162 (63.67% from 255) = 52.26%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 47.74%
G = 52.26%
B = 0%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 1

 K value IS 0.36

RGB Variations

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

Color information

#94A200 (or 0x94A200) is known color: Citrus. HEX triplet: 94, A2 and 00. RGB value is (148,162,0). Sum of RGB (Red+Green+Blue) = 148+162+0=310 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.74% from 310); Green value is 162 (63.67% from 255 or 52.26% from 310); Blue value is 0 (0.39% from 255 or 0% from 310); Max value from RGB is 162 - color contains mainly: green. Hex color #94A200 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #94A200 is #6B5DFF. Grayscale: #8B8B8B. Windows color (decimal): -7036416 or 41620. OLE color: 41620.

HSL color Cylindrical-coordinate representation of color #94A200: hue angle of 65.19º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #94A200 is Cyan = 0.09, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.36.

Color convert

RGB 148 162 0 -
CMYK 0.09 0 1 0.36
HSL 65.19º 1% 0.32% -
HSV(B) 65.19º 1% 0.64% -
XYZ 25.13 32.14 4.88 -
YUV 139.35 49.36 134.17 -
System Red Green Blue C M Y K H S L
Decimal 148 162 0 0.09 0 1 0.36 65.19 1 0.32
Hex 94 A2 0 9 0 64 24 41 64 20
Octal 224 242 0 11 0 144 44 101 144 40
Binary 10010100 10100010 0 1001 0 1100100 100100 1000001 1100100 100000

Color Harmonies of #94A200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94A200

Black with #94A200

Text Example


Text Example

White with #94A200

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,162,0); }

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

background-color css

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

 a { background-color: rgb(148,162,0); }

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

border-color css

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

 span { border-color: rgb(148,162,0); }

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