Html Css Color HEX #A0BF10 Citrus

📋 copy color: '#A0BF10'

red 160 ◦ green 191 ◦ blue 16

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

Shades of Citrus #A0BF10

Tints of Citrus #A0BF10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.36%

R = 43.6%
G = 52.04%
B = 4.36%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#A0BF10 (or 0xA0BF10) is known color: Citrus. HEX triplet: A0, BF and 10. RGB value is (160,191,16). Sum of RGB (Red+Green+Blue) = 160+191+16=367 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.60% from 367); Green value is 191 (75% from 255 or 52.04% from 367); Blue value is 16 (6.64% from 255 or 4.36% from 367); Max value from RGB is 191 - color contains mainly: green. Hex color #A0BF10 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0BF10 is #5F40EF. Grayscale: #A2A2A2. Windows color (decimal): -6242544 or 1097632. OLE color: 1097632.

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

Color convert

RGB 160 191 16 -
CMYK 0.16 0 0.92 0.25
HSL 70.63º 0.85% 0.41% -
HSV(B) 70.63º 0.92% 0.75% -
XYZ 33.22 44.77 7.38 -
YUV 161.78 45.73 126.73 -
System Red Green Blue C M Y K H S L
Decimal 160 191 16 0.16 0 0.92 0.25 70.63 0.85 0.41
Hex A0 BF 10 10 0 5C 19 47 55 29
Octal 240 277 20 20 0 134 31 107 125 51
Binary 10100000 10111111 10000 10000 0 1011100 11001 1000111 1010101 101001

Color Harmonies of #A0BF10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0BF10

Black with #A0BF10

Text Example


Text Example

White with #A0BF10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0BF10; }

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

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

background-color css

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

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

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

border-color css

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

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

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