Html Css Color HEX #A0BF11 Citrus

📋 copy color: '#A0BF11'

red 160 ◦ green 191 ◦ blue 17

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

Shades of Citrus #A0BF11

Tints of Citrus #A0BF11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.62%

R = 43.48%
G = 51.9%
B = 4.62%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#A0BF11 (or 0xA0BF11) is known color: Citrus. HEX triplet: A0, BF and 11. RGB value is (160,191,17). Sum of RGB (Red+Green+Blue) = 160+191+17=368 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.48% from 368); Green value is 191 (75% from 255 or 51.90% from 368); Blue value is 17 (7.03% from 255 or 4.62% from 368); Max value from RGB is 191 - color contains mainly: green. Hex color #A0BF11 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0BF11 is #5F40EE. Grayscale: #A2A2A2. Windows color (decimal): -6242543 or 1163168. OLE color: 1163168.

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

Color convert

RGB 160 191 17 -
CMYK 0.16 0 0.91 0.25
HSL 70.69º 0.84% 0.41% -
HSV(B) 70.69º 0.91% 0.75% -
XYZ 33.23 44.78 7.42 -
YUV 161.9 46.23 126.65 -
System Red Green Blue C M Y K H S L
Decimal 160 191 17 0.16 0 0.91 0.25 70.69 0.84 0.41
Hex A0 BF 11 10 0 5B 19 47 54 29
Octal 240 277 21 20 0 133 31 107 124 51
Binary 10100000 10111111 10001 10000 0 1011011 11001 1000111 1010100 101001

Color Harmonies of #A0BF11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0BF11

Black with #A0BF11

Text Example


Text Example

White with #A0BF11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0BF11; }

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

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

background-color css

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

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

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

border-color css

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

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

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