Html Css Color HEX #94A218 Citron

📋 copy color: '#94A218'

red 148 ◦ green 162 ◦ blue 24

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

Shades of Citron #94A218

Tints of Citron #94A218

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 7.19%

R = 44.31%
G = 48.5%
B = 7.19%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.85

 K value IS 0.36

RGB Variations

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

Color information

#94A218 (or 0x94A218) is known color: Citron. HEX triplet: 94, A2 and 18. RGB value is (148,162,24). Sum of RGB (Red+Green+Blue) = 148+162+24=334 (44% of max value = 765). Red value is 148 (58.20% from 255 or 44.31% from 334); Green value is 162 (63.67% from 255 or 48.50% from 334); Blue value is 24 (9.77% from 255 or 7.19% from 334); Max value from RGB is 162 - color contains mainly: green. Hex color #94A218 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #94A218 is #6B5DE7. Grayscale: #8E8E8E. Windows color (decimal): -7036392 or 1614484. OLE color: 1614484.

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

Color convert

RGB 148 162 24 -
CMYK 0.09 0 0.85 0.36
HSL 66.09º 0.74% 0.36% -
HSV(B) 66.09º 0.85% 0.64% -
XYZ 25.3 32.2 5.75 -
YUV 142.08 61.36 132.22 -
System Red Green Blue C M Y K H S L
Decimal 148 162 24 0.09 0 0.85 0.36 66.09 0.74 0.36
Hex 94 A2 18 9 0 55 24 42 4A 24
Octal 224 242 30 11 0 125 44 102 112 44
Binary 10010100 10100010 11000 1001 0 1010101 100100 1000010 1001010 100100

Color Harmonies of #94A218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94A218

Black with #94A218

Text Example


Text Example

White with #94A218

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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