Html Css Color HEX #A0BF0A Citrus

📋 copy color: '#A0BF0A'

red 160 ◦ green 191 ◦ blue 10

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

Shades of Citrus #A0BF0A

Tints of Citrus #A0BF0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.77%

R = 44.32%
G = 52.91%
B = 2.77%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.95

 K value IS 0.25

RGB Variations

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

Color information

#A0BF0A (or 0xA0BF0A) is known color: Citrus. HEX triplet: A0, BF and 0A. RGB value is (160,191,10). Sum of RGB (Red+Green+Blue) = 160+191+10=361 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.32% from 361); Green value is 191 (75% from 255 or 52.91% from 361); Blue value is 10 (4.30% from 255 or 2.77% from 361); Max value from RGB is 191 - color contains mainly: green. Hex color #A0BF0A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0BF0A is #5F40F5. Grayscale: #A1A1A1. Windows color (decimal): -6242550 or 704416. OLE color: 704416.

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

Color convert

RGB 160 191 10 -
CMYK 0.16 0 0.95 0.25
HSL 70.28º 0.9% 0.39% -
HSV(B) 70.28º 0.95% 0.75% -
XYZ 33.18 44.76 7.18 -
YUV 161.1 42.73 127.22 -
System Red Green Blue C M Y K H S L
Decimal 160 191 10 0.16 0 0.95 0.25 70.28 0.9 0.39
Hex A0 BF A 10 0 5F 19 46 5A 27
Octal 240 277 12 20 0 137 31 106 132 47
Binary 10100000 10111111 1010 10000 0 1011111 11001 1000110 1011010 100111

Color Harmonies of #A0BF0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0BF0A

Black with #A0BF0A

Text Example


Text Example

White with #A0BF0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0BF0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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