Html Css Color HEX #A2C208 Citrus

📋 copy color: '#A2C208'

red 162 ◦ green 194 ◦ blue 8

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

Shades of Citrus #A2C208

Tints of Citrus #A2C208

RGB

 RED value IS 162 (63.67% from 255) = 44.51%

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

 BLUE value IS 8 (3.52% from 255) = 2.2%

R = 44.51%
G = 53.3%
B = 2.2%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.96

 K value IS 0.24

RGB Variations

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

Color information

#A2C208 (or 0xA2C208) is known color: Citrus. HEX triplet: A2, C2 and 08. RGB value is (162,194,8). Sum of RGB (Red+Green+Blue) = 162+194+8=364 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.51% from 364); Green value is 194 (76.17% from 255 or 53.30% from 364); Blue value is 8 (3.52% from 255 or 2.20% from 364); Max value from RGB is 194 - color contains mainly: green. Hex color #A2C208 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2C208 is #5D3DF7. Grayscale: #A3A3A3. Windows color (decimal): -6110712 or 574114. OLE color: 574114.

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

Color convert

RGB 162 194 8 -
CMYK 0.16 0 0.96 0.24
HSL 70.32º 0.92% 0.4% -
HSV(B) 70.32º 0.96% 0.76% -
XYZ 34.24 46.28 7.36 -
YUV 163.23 40.4 127.12 -
System Red Green Blue C M Y K H S L
Decimal 162 194 8 0.16 0 0.96 0.24 70.32 0.92 0.4
Hex A2 C2 8 10 0 60 18 46 5C 28
Octal 242 302 10 20 0 140 30 106 134 50
Binary 10100010 11000010 1000 10000 0 1100000 11000 1000110 1011100 101000

Color Harmonies of #A2C208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2C208

Black with #A2C208

Text Example


Text Example

White with #A2C208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2C208; }

 p { color: rgb(162,194,8); }

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

background-color css

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

 a { background-color: rgb(162,194,8); }

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

border-color css

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

 span { border-color: rgb(162,194,8); }

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