Html Css Color HEX #A0C202 Citrus

📋 copy color: '#A0C202'

red 160 ◦ green 194 ◦ blue 2

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

Shades of Citrus #A0C202

Tints of Citrus #A0C202

RGB

 RED value IS 160 (62.89% from 255) = 44.94%

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

 BLUE value IS 2 (1.17% from 255) = 0.56%

R = 44.94%
G = 54.49%
B = 0.56%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#A0C202 (or 0xA0C202) is known color: Citrus. HEX triplet: A0, C2 and 02. RGB value is (160,194,2). Sum of RGB (Red+Green+Blue) = 160+194+2=356 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.94% from 356); Green value is 194 (76.17% from 255 or 54.49% from 356); Blue value is 2 (1.17% from 255 or 0.56% from 356); Max value from RGB is 194 - color contains mainly: green. Hex color #A0C202 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0C202 is #5F3DFD. Grayscale: #A2A2A2. Windows color (decimal): -6241790 or 180896. OLE color: 180896.

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

Color convert

RGB 160 194 2 -
CMYK 0.18 0 0.99 0.24
HSL 70.62º 0.98% 0.38% -
HSV(B) 70.62º 0.99% 0.76% -
XYZ 33.8 46.06 7.17 -
YUV 161.95 37.74 126.61 -
System Red Green Blue C M Y K H S L
Decimal 160 194 2 0.18 0 0.99 0.24 70.62 0.98 0.38
Hex A0 C2 2 12 0 63 18 47 62 26
Octal 240 302 2 22 0 143 30 107 142 46
Binary 10100000 11000010 10 10010 0 1100011 11000 1000111 1100010 100110

Color Harmonies of #A0C202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0C202

Black with #A0C202

Text Example


Text Example

White with #A0C202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0C202; }

 p { color: rgb(160,194,2); }

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

background-color css

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

 a { background-color: rgb(160,194,2); }

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

border-color css

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

 span { border-color: rgb(160,194,2); }

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