Html Css Color HEX #A2C908 Citrus

📋 copy color: '#A2C908'

red 162 ◦ green 201 ◦ blue 8

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

Shades of Citrus #A2C908

Tints of Citrus #A2C908

RGB

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

 GREEN value IS 201 (78.91% from 255) = 54.18%

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

R = 43.67%
G = 54.18%
B = 2.16%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.96

 K value IS 0.21

RGB Variations

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

Color information

#A2C908 (or 0xA2C908) is known color: Citrus. HEX triplet: A2, C9 and 08. RGB value is (162,201,8). Sum of RGB (Red+Green+Blue) = 162+201+8=371 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.67% from 371); Green value is 201 (78.91% from 255 or 54.18% from 371); Blue value is 8 (3.52% from 255 or 2.16% from 371); Max value from RGB is 201 - color contains mainly: green. Hex color #A2C908 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2C908 is #5D36F7. Grayscale: #A8A8A8. Windows color (decimal): -6108920 or 575906. OLE color: 575906.

HSL color Cylindrical-coordinate representation of color #A2C908: hue angle of 72.12º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A2C908 is Cyan = 0.19, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.21.

Color convert

RGB 162 201 8 -
CMYK 0.19 0 0.96 0.21
HSL 72.12º 0.92% 0.41% -
HSV(B) 72.12º 0.96% 0.79% -
XYZ 35.83 49.47 7.89 -
YUV 167.34 38.08 124.19 -
System Red Green Blue C M Y K H S L
Decimal 162 201 8 0.19 0 0.96 0.21 72.12 0.92 0.41
Hex A2 C9 8 13 0 60 15 48 5C 29
Octal 242 311 10 23 0 140 25 110 134 51
Binary 10100010 11001001 1000 10011 0 1100000 10101 1001000 1011100 101001

Color Harmonies of #A2C908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2C908

Black with #A2C908

Text Example


Text Example

White with #A2C908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2C908; }

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

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

background-color css

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

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

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

border-color css

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

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

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