Html Css Color HEX #A0BF04 Citrus

📋 copy color: '#A0BF04'

red 160 ◦ green 191 ◦ blue 4

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

Shades of Citrus #A0BF04

Tints of Citrus #A0BF04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.13%

R = 45.07%
G = 53.8%
B = 1.13%

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

#A0BF04 (or 0xA0BF04) is known color: Citrus. HEX triplet: A0, BF and 04. RGB value is (160,191,4). Sum of RGB (Red+Green+Blue) = 160+191+4=355 (47% of max value = 765). Red value is 160 (62.89% from 255 or 45.07% from 355); Green value is 191 (75% from 255 or 53.80% from 355); Blue value is 4 (1.95% from 255 or 1.13% from 355); Max value from RGB is 191 - color contains mainly: green. Hex color #A0BF04 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0BF04 is #5F40FB. Grayscale: #A1A1A1. Windows color (decimal): -6242556 or 311200. OLE color: 311200.

HSL color Cylindrical-coordinate representation of color #A0BF04: hue angle of 69.95º degrees, saturation: 0.96, 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 #A0BF04 is Cyan = 0.16, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.25.

Color convert

RGB 160 191 4 -
CMYK 0.16 0 0.98 0.25
HSL 69.95º 0.96% 0.38% -
HSV(B) 69.95º 0.98% 0.75% -
XYZ 33.15 44.74 7 -
YUV 160.41 39.73 127.71 -
System Red Green Blue C M Y K H S L
Decimal 160 191 4 0.16 0 0.98 0.25 69.95 0.96 0.38
Hex A0 BF 4 10 0 62 19 46 60 26
Octal 240 277 4 20 0 142 31 106 140 46
Binary 10100000 10111111 100 10000 0 1100010 11001 1000110 1100000 100110

Color Harmonies of #A0BF04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0BF04

Black with #A0BF04

Text Example


Text Example

White with #A0BF04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0BF04; }

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

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

background-color css

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

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

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

border-color css

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

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

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