Html Css Color HEX #A0B518 Citrus

📋 copy color: '#A0B518'

red 160 ◦ green 181 ◦ blue 24

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

Shades of Citrus #A0B518

Tints of Citrus #A0B518

RGB

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

 GREEN value IS 181 (71.09% from 255) = 49.59%

 BLUE value IS 24 (9.77% from 255) = 6.58%

R = 43.84%
G = 49.59%
B = 6.58%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.87

 K value IS 0.29

RGB Variations

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

Color information

#A0B518 (or 0xA0B518) is known color: Citrus. HEX triplet: A0, B5 and 18. RGB value is (160,181,24). Sum of RGB (Red+Green+Blue) = 160+181+24=365 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.84% from 365); Green value is 181 (71.09% from 255 or 49.59% from 365); Blue value is 24 (9.77% from 255 or 6.58% from 365); Max value from RGB is 181 - color contains mainly: green. Hex color #A0B518 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0B518 is #5F4AE7. Grayscale: #9D9D9D. Windows color (decimal): -6245096 or 1619360. OLE color: 1619360.

HSL color Cylindrical-coordinate representation of color #A0B518: hue angle of 68.03º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A0B518 is Cyan = 0.12, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.29.

Color convert

RGB 160 181 24 -
CMYK 0.12 0 0.87 0.29
HSL 68.03º 0.77% 0.4% -
HSV(B) 68.03º 0.87% 0.71% -
XYZ 31.19 40.59 7.05 -
YUV 156.82 53.04 130.27 -
System Red Green Blue C M Y K H S L
Decimal 160 181 24 0.12 0 0.87 0.29 68.03 0.77 0.4
Hex A0 B5 18 C 0 57 1D 44 4D 28
Octal 240 265 30 14 0 127 35 104 115 50
Binary 10100000 10110101 11000 1100 0 1010111 11101 1000100 1001101 101000

Color Harmonies of #A0B518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0B518

Black with #A0B518

Text Example


Text Example

White with #A0B518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0B518; }

 p { color: rgb(160,181,24); }

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

background-color css

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

 a { background-color: rgb(160,181,24); }

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

border-color css

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

 span { border-color: rgb(160,181,24); }

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