Html Css Color HEX #A0C002 Citrus

📋 copy color: '#A0C002'

red 160 ◦ green 192 ◦ blue 2

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

Shades of Citrus #A0C002

Tints of Citrus #A0C002

RGB

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

 GREEN value IS 192 (75.39% from 255) = 54.24%

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

R = 45.2%
G = 54.24%
B = 0.56%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#A0C002 (or 0xA0C002) is known color: Citrus. HEX triplet: A0, C0 and 02. RGB value is (160,192,2). Sum of RGB (Red+Green+Blue) = 160+192+2=354 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.20% from 354); Green value is 192 (75.39% from 255 or 54.24% from 354); Blue value is 2 (1.17% from 255 or 0.56% from 354); Max value from RGB is 192 - color contains mainly: green. Hex color #A0C002 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0C002 is #5F3FFD. Grayscale: #A1A1A1. Windows color (decimal): -6242302 or 180384. OLE color: 180384.

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

Color convert

RGB 160 192 2 -
CMYK 0.17 0 0.99 0.25
HSL 70.11º 0.98% 0.38% -
HSV(B) 70.11º 0.99% 0.75% -
XYZ 33.36 45.18 7.02 -
YUV 160.77 38.4 127.45 -
System Red Green Blue C M Y K H S L
Decimal 160 192 2 0.17 0 0.99 0.25 70.11 0.98 0.38
Hex A0 C0 2 11 0 63 19 46 62 26
Octal 240 300 2 21 0 143 31 106 142 46
Binary 10100000 11000000 10 10001 0 1100011 11001 1000110 1100010 100110

Color Harmonies of #A0C002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0C002

Black with #A0C002

Text Example


Text Example

White with #A0C002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0C002; }

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

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

background-color css

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

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

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

border-color css

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

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

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