Html Css Color HEX #A0BF03 Citrus

📋 copy color: '#A0BF03'

red 160 ◦ green 191 ◦ blue 3

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

Shades of Citrus #A0BF03

Tints of Citrus #A0BF03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.85%

R = 45.2%
G = 53.95%
B = 0.85%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.98

 K value IS 0.25

RGB Variations

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

Color information

#A0BF03 (or 0xA0BF03) is known color: Citrus. HEX triplet: A0, BF and 03. RGB value is (160,191,3). Sum of RGB (Red+Green+Blue) = 160+191+3=354 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.20% from 354); Green value is 191 (75% from 255 or 53.95% from 354); Blue value is 3 (1.56% from 255 or 0.85% from 354); Max value from RGB is 191 - color contains mainly: green. Hex color #A0BF03 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0BF03 is #5F40FC. Grayscale: #A1A1A1. Windows color (decimal): -6242557 or 245664. OLE color: 245664.

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

Color convert

RGB 160 191 3 -
CMYK 0.16 0 0.98 0.25
HSL 69.89º 0.97% 0.38% -
HSV(B) 69.89º 0.98% 0.75% -
XYZ 33.14 44.74 6.98 -
YUV 160.3 39.23 127.79 -
System Red Green Blue C M Y K H S L
Decimal 160 191 3 0.16 0 0.98 0.25 69.89 0.97 0.38
Hex A0 BF 3 10 0 62 19 46 61 26
Octal 240 277 3 20 0 142 31 106 141 46
Binary 10100000 10111111 11 10000 0 1100010 11001 1000110 1100001 100110

Color Harmonies of #A0BF03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0BF03

Black with #A0BF03

Text Example


Text Example

White with #A0BF03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0BF03; }

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

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

background-color css

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

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

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

border-color css

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

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

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