Html Css Color HEX #A0CD02 Citrus

📋 copy color: '#A0CD02'

red 160 ◦ green 205 ◦ blue 2

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

Shades of Citrus #A0CD02

Tints of Citrus #A0CD02

RGB

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

 GREEN value IS 205 (80.47% from 255) = 55.86%

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

R = 43.6%
G = 55.86%
B = 0.54%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.99

 K value IS 0.20

RGB Variations

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

Color information

#A0CD02 (or 0xA0CD02) is known color: Citrus. HEX triplet: A0, CD and 02. RGB value is (160,205,2). Sum of RGB (Red+Green+Blue) = 160+205+2=367 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.60% from 367); Green value is 205 (80.47% from 255 or 55.86% from 367); Blue value is 2 (1.17% from 255 or 0.54% from 367); Max value from RGB is 205 - color contains mainly: green. Hex color #A0CD02 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0CD02 is #5F32FD. Grayscale: #A9A9A9. Windows color (decimal): -6238974 or 183712. OLE color: 183712.

HSL color Cylindrical-coordinate representation of color #A0CD02: hue angle of 73.3º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A0CD02 is Cyan = 0.22, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.20.

Color convert

RGB 160 205 2 -
CMYK 0.22 0 0.99 0.20
HSL 73.3º 0.98% 0.41% -
HSV(B) 73.3º 0.99% 0.8% -
XYZ 36.34 51.14 8.01 -
YUV 168.4 34.09 122.01 -
System Red Green Blue C M Y K H S L
Decimal 160 205 2 0.22 0 0.99 0.20 73.3 0.98 0.41
Hex A0 CD 2 16 0 63 14 49 62 29
Octal 240 315 2 26 0 143 24 111 142 51
Binary 10100000 11001101 10 10110 0 1100011 10100 1001001 1100010 101001

Color Harmonies of #A0CD02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0CD02

Black with #A0CD02

Text Example


Text Example

White with #A0CD02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0CD02; }

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

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

background-color css

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

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

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

border-color css

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

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

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