Html Css Color HEX #A0BF00 Citrus

📋 copy color: '#A0BF00'

red 160 ◦ green 191 ◦ blue 0

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

Shades of Citrus #A0BF00

Tints of Citrus #A0BF00

RGB

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

 GREEN value IS 191 (75% from 255) = 54.42%

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

R = 45.58%
G = 54.42%
B = 0%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 1

 K value IS 0.25

RGB Variations

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

Color information

#A0BF00 (or 0xA0BF00) is known color: Citrus. HEX triplet: A0, BF and 00. RGB value is (160,191,0). Sum of RGB (Red+Green+Blue) = 160+191+0=351 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.58% from 351); Green value is 191 (75% from 255 or 54.42% from 351); Blue value is 0 (0.39% from 255 or 0% from 351); Max value from RGB is 191 - color contains mainly: green. Hex color #A0BF00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0BF00 is #5F40FF. Grayscale: #A0A0A0. Windows color (decimal): -6242560 or 49056. OLE color: 49056.

HSL color Cylindrical-coordinate representation of color #A0BF00: hue angle of 69.74º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A0BF00 is Cyan = 0.16, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.25.

Color convert

RGB 160 191 0 -
CMYK 0.16 0 1 0.25
HSL 69.74º 1% 0.37% -
HSV(B) 69.74º 1% 0.75% -
XYZ 33.13 44.74 6.89 -
YUV 159.96 37.73 128.03 -
System Red Green Blue C M Y K H S L
Decimal 160 191 0 0.16 0 1 0.25 69.74 1 0.37
Hex A0 BF 0 10 0 64 19 46 64 25
Octal 240 277 0 20 0 144 31 106 144 45
Binary 10100000 10111111 0 10000 0 1100100 11001 1000110 1100100 100101

Color Harmonies of #A0BF00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0BF00

Black with #A0BF00

Text Example


Text Example

White with #A0BF00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0BF00; }

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

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

background-color css

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

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

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

border-color css

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

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

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