Html Css Color HEX #A0BC04 Citrus

📋 copy color: '#A0BC04'

red 160 ◦ green 188 ◦ blue 4

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

Shades of Citrus #A0BC04

Tints of Citrus #A0BC04

RGB

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

 GREEN value IS 188 (73.83% from 255) = 53.41%

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

R = 45.45%
G = 53.41%
B = 1.14%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.98

 K value IS 0.26

RGB Variations

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

Color information

#A0BC04 (or 0xA0BC04) is known color: Citrus. HEX triplet: A0, BC and 04. RGB value is (160,188,4). Sum of RGB (Red+Green+Blue) = 160+188+4=352 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.45% from 352); Green value is 188 (73.83% from 255 or 53.41% from 352); Blue value is 4 (1.95% from 255 or 1.14% from 352); Max value from RGB is 188 - color contains mainly: green. Hex color #A0BC04 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0BC04 is #5F43FB. Grayscale: #9F9F9F. Windows color (decimal): -6243324 or 310432. OLE color: 310432.

HSL color Cylindrical-coordinate representation of color #A0BC04: hue angle of 69.13º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A0BC04 is Cyan = 0.15, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.26.

Color convert

RGB 160 188 4 -
CMYK 0.15 0 0.98 0.26
HSL 69.13º 0.96% 0.38% -
HSV(B) 69.13º 0.98% 0.74% -
XYZ 32.5 43.45 6.79 -
YUV 158.65 40.72 128.96 -
System Red Green Blue C M Y K H S L
Decimal 160 188 4 0.15 0 0.98 0.26 69.13 0.96 0.38
Hex A0 BC 4 F 0 62 1A 45 60 26
Octal 240 274 4 17 0 142 32 105 140 46
Binary 10100000 10111100 100 1111 0 1100010 11010 1000101 1100000 100110

Color Harmonies of #A0BC04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0BC04

Black with #A0BC04

Text Example


Text Example

White with #A0BC04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0BC04; }

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

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

background-color css

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

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

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

border-color css

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

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

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