Html Css Color HEX #A2CC00 Citrus

📋 copy color: '#A2CC00'

red 162 ◦ green 204 ◦ blue 0

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

Shades of Citrus #A2CC00

Tints of Citrus #A2CC00

RGB

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

 GREEN value IS 204 (80.08% from 255) = 55.74%

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

R = 44.26%
G = 55.74%
B = 0%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 1

 K value IS 0.2

RGB Variations

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

Color information

#A2CC00 (or 0xA2CC00) is known color: Citrus. HEX triplet: A2, CC and 00. RGB value is (162,204,0). Sum of RGB (Red+Green+Blue) = 162+204+0=366 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.26% from 366); Green value is 204 (80.08% from 255 or 55.74% from 366); Blue value is 0 (0.39% from 255 or 0% from 366); Max value from RGB is 204 - color contains mainly: green. Hex color #A2CC00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2CC00 is #5D33FF. Grayscale: #A8A8A8. Windows color (decimal): -6108160 or 52386. OLE color: 52386.

HSL color Cylindrical-coordinate representation of color #A2CC00: hue angle of 72.35º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A2CC00 is Cyan = 0.21, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.2.

Color convert

RGB 162 204 0 -
CMYK 0.21 0 1 0.2
HSL 72.35º 1% 0.4% -
HSV(B) 72.35º 1% 0.8% -
XYZ 36.49 50.87 7.89 -
YUV 168.19 33.09 123.59 -
System Red Green Blue C M Y K H S L
Decimal 162 204 0 0.21 0 1 0.2 72.35 1 0.4
Hex A2 CC 0 15 0 64 14 48 64 28
Octal 242 314 0 25 0 144 24 110 144 50
Binary 10100010 11001100 0 10101 0 1100100 10100 1001000 1100100 101000

Color Harmonies of #A2CC00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2CC00

Black with #A2CC00

Text Example


Text Example

White with #A2CC00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2CC00; }

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

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

background-color css

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

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

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

border-color css

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

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

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