Html Css Color HEX #A0BC02 Citrus

📋 copy color: '#A0BC02'

red 160 ◦ green 188 ◦ blue 2

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

Shades of Citrus #A0BC02

Tints of Citrus #A0BC02

RGB

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

 GREEN value IS 188 (73.83% from 255) = 53.71%

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

R = 45.71%
G = 53.71%
B = 0.57%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.99

 K value IS 0.26

RGB Variations

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

Color information

#A0BC02 (or 0xA0BC02) is known color: Citrus. HEX triplet: A0, BC and 02. RGB value is (160,188,2). Sum of RGB (Red+Green+Blue) = 160+188+2=350 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.71% from 350); Green value is 188 (73.83% from 255 or 53.71% from 350); Blue value is 2 (1.17% from 255 or 0.57% from 350); Max value from RGB is 188 - color contains mainly: green. Hex color #A0BC02 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0BC02 is #5F43FD. Grayscale: #9F9F9F. Windows color (decimal): -6243326 or 179360. OLE color: 179360.

HSL color Cylindrical-coordinate representation of color #A0BC02: hue angle of 69.03º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A0BC02 is Cyan = 0.15, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.26.

Color convert

RGB 160 188 2 -
CMYK 0.15 0 0.99 0.26
HSL 69.03º 0.98% 0.37% -
HSV(B) 69.03º 0.99% 0.74% -
XYZ 32.49 43.44 6.73 -
YUV 158.42 39.72 129.12 -
System Red Green Blue C M Y K H S L
Decimal 160 188 2 0.15 0 0.99 0.26 69.03 0.98 0.37
Hex A0 BC 2 F 0 63 1A 45 62 25
Octal 240 274 2 17 0 143 32 105 142 45
Binary 10100000 10111100 10 1111 0 1100011 11010 1000101 1100010 100101

Color Harmonies of #A0BC02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0BC02

Black with #A0BC02

Text Example


Text Example

White with #A0BC02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0BC02; }

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

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

background-color css

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

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

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

border-color css

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

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

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