Html Css Color HEX #A8C204 Citrus

📋 copy color: '#A8C204'

red 168 ◦ green 194 ◦ blue 4

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

Shades of Citrus #A8C204

Tints of Citrus #A8C204

RGB

 RED value IS 168 (66.02% from 255) = 45.9%

 GREEN value IS 194 (76.17% from 255) = 53.01%

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

R = 45.9%
G = 53.01%
B = 1.09%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#A8C204 (or 0xA8C204) is known color: Citrus. HEX triplet: A8, C2 and 04. RGB value is (168,194,4). Sum of RGB (Red+Green+Blue) = 168+194+4=366 (48% of max value = 765). Red value is 168 (66.02% from 255 or 45.90% from 366); Green value is 194 (76.17% from 255 or 53.01% from 366); Blue value is 4 (1.95% from 255 or 1.09% from 366); Max value from RGB is 194 - color contains mainly: green. Hex color #A8C204 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8C204 is #573DFB. Grayscale: #A5A5A5. Windows color (decimal): -5717500 or 311976. OLE color: 311976.

HSL color Cylindrical-coordinate representation of color #A8C204: hue angle of 68.21º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A8C204 is Cyan = 0.13, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.24.

Color convert

RGB 168 194 4 -
CMYK 0.13 0 0.98 0.24
HSL 68.21º 0.96% 0.39% -
HSV(B) 68.21º 0.98% 0.76% -
XYZ 35.46 46.92 7.3 -
YUV 164.57 37.39 130.45 -
System Red Green Blue C M Y K H S L
Decimal 168 194 4 0.13 0 0.98 0.24 68.21 0.96 0.39
Hex A8 C2 4 D 0 62 18 44 60 27
Octal 250 302 4 15 0 142 30 104 140 47
Binary 10101000 11000010 100 1101 0 1100010 11000 1000100 1100000 100111

Color Harmonies of #A8C204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8C204

Black with #A8C204

Text Example


Text Example

White with #A8C204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8C204; }

 p { color: rgb(168,194,4); }

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

background-color css

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

 a { background-color: rgb(168,194,4); }

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

border-color css

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

 span { border-color: rgb(168,194,4); }

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