Html Css Color HEX #A0D000 Citrus

📋 copy color: '#A0D000'

red 160 ◦ green 208 ◦ blue 0

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

Shades of Citrus #A0D000

Tints of Citrus #A0D000

RGB

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

 GREEN value IS 208 (81.64% from 255) = 56.52%

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

R = 43.48%
G = 56.52%
B = 0%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 1

 K value IS 0.18

RGB Variations

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

Color information

#A0D000 (or 0xA0D000) is known color: Citrus. HEX triplet: A0, D0 and 00. RGB value is (160,208,0). Sum of RGB (Red+Green+Blue) = 160+208+0=368 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.48% from 368); Green value is 208 (81.64% from 255 or 56.52% from 368); Blue value is 0 (0.39% from 255 or 0% from 368); Max value from RGB is 208 - color contains mainly: green. Hex color #A0D000 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0D000 is #5F2FFF. Grayscale: #AAAAAA. Windows color (decimal): -6238208 or 53408. OLE color: 53408.

HSL color Cylindrical-coordinate representation of color #A0D000: hue angle of 73.85º 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 #A0D000 is Cyan = 0.23, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.18.

Color convert

RGB 160 208 0 -
CMYK 0.23 0 1 0.18
HSL 73.85º 1% 0.41% -
HSV(B) 73.85º 1% 0.82% -
XYZ 37.05 52.59 8.2 -
YUV 169.94 32.1 120.91 -
System Red Green Blue C M Y K H S L
Decimal 160 208 0 0.23 0 1 0.18 73.85 1 0.41
Hex A0 D0 0 17 0 64 12 4A 64 29
Octal 240 320 0 27 0 144 22 112 144 51
Binary 10100000 11010000 0 10111 0 1100100 10010 1001010 1100100 101001

Color Harmonies of #A0D000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0D000

Black with #A0D000

Text Example


Text Example

White with #A0D000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0D000; }

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

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

background-color css

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

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

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

border-color css

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

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

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