Html Css Color HEX #A0D200 Citrus

📋 copy color: '#A0D200'

red 160 ◦ green 210 ◦ blue 0

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

Shades of Citrus #A0D200

Tints of Citrus #A0D200

RGB

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

 GREEN value IS 210 (82.42% from 255) = 56.76%

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

R = 43.24%
G = 56.76%
B = 0%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 1

 K value IS 0.18

RGB Variations

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

Color information

#A0D200 (or 0xA0D200) is known color: Citrus. HEX triplet: A0, D2 and 00. RGB value is (160,210,0). Sum of RGB (Red+Green+Blue) = 160+210+0=370 (49% of max value = 765). Red value is 160 (62.89% from 255 or 43.24% from 370); Green value is 210 (82.42% from 255 or 56.76% from 370); Blue value is 0 (0.39% from 255 or 0% from 370); Max value from RGB is 210 - color contains mainly: green. Hex color #A0D200 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0D200 is #5F2DFF. Grayscale: #ABABAB. Windows color (decimal): -6237696 or 53920. OLE color: 53920.

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

Color convert

RGB 160 210 0 -
CMYK 0.24 0 1 0.18
HSL 74.29º 1% 0.41% -
HSV(B) 74.29º 1% 0.82% -
XYZ 37.54 53.57 8.36 -
YUV 171.11 31.44 120.08 -
System Red Green Blue C M Y K H S L
Decimal 160 210 0 0.24 0 1 0.18 74.29 1 0.41
Hex A0 D2 0 18 0 64 12 4A 64 29
Octal 240 322 0 30 0 144 22 112 144 51
Binary 10100000 11010010 0 11000 0 1100100 10010 1001010 1100100 101001

Color Harmonies of #A0D200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0D200

Black with #A0D200

Text Example


Text Example

White with #A0D200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0D200; }

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

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

background-color css

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

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

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

border-color css

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

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

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