Html Css Color HEX #A0C200 Citrus

📋 copy color: '#A0C200'

red 160 ◦ green 194 ◦ blue 0

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

Shades of Citrus #A0C200

Tints of Citrus #A0C200

RGB

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

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

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

R = 45.2%
G = 54.8%
B = 0%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 1

 K value IS 0.24

RGB Variations

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

Color information

#A0C200 (or 0xA0C200) is known color: Citrus. HEX triplet: A0, C2 and 00. RGB value is (160,194,0). Sum of RGB (Red+Green+Blue) = 160+194+0=354 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.20% from 354); Green value is 194 (76.17% from 255 or 54.80% from 354); Blue value is 0 (0.39% from 255 or 0% from 354); Max value from RGB is 194 - color contains mainly: green. Hex color #A0C200 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0C200 is #5F3DFF. Grayscale: #A2A2A2. Windows color (decimal): -6241792 or 49824. OLE color: 49824.

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

Color convert

RGB 160 194 0 -
CMYK 0.18 0 1 0.24
HSL 70.52º 1% 0.38% -
HSV(B) 70.52º 1% 0.76% -
XYZ 33.79 46.06 7.11 -
YUV 161.72 36.74 126.77 -
System Red Green Blue C M Y K H S L
Decimal 160 194 0 0.18 0 1 0.24 70.52 1 0.38
Hex A0 C2 0 12 0 64 18 47 64 26
Octal 240 302 0 22 0 144 30 107 144 46
Binary 10100000 11000010 0 10010 0 1100100 11000 1000111 1100100 100110

Color Harmonies of #A0C200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0C200

Black with #A0C200

Text Example


Text Example

White with #A0C200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0C200; }

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

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

background-color css

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

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

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

border-color css

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

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

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