Html Css Color HEX #A0BE0D Citrus

📋 copy color: '#A0BE0D'

red 160 ◦ green 190 ◦ blue 13

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

Shades of Citrus #A0BE0D

Tints of Citrus #A0BE0D

RGB

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

 GREEN value IS 190 (74.61% from 255) = 52.34%

 BLUE value IS 13 (5.47% from 255) = 3.58%

R = 44.08%
G = 52.34%
B = 3.58%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.93

 K value IS 0.25

RGB Variations

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

Color information

#A0BE0D (or 0xA0BE0D) is known color: Citrus. HEX triplet: A0, BE and 0D. RGB value is (160,190,13). Sum of RGB (Red+Green+Blue) = 160+190+13=363 (48% of max value = 765). Red value is 160 (62.89% from 255 or 44.08% from 363); Green value is 190 (74.61% from 255 or 52.34% from 363); Blue value is 13 (5.47% from 255 or 3.58% from 363); Max value from RGB is 190 - color contains mainly: green. Hex color #A0BE0D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0BE0D is #5F41F2. Grayscale: #A1A1A1. Windows color (decimal): -6242803 or 900768. OLE color: 900768.

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

Color convert

RGB 160 190 13 -
CMYK 0.16 0 0.93 0.25
HSL 70.17º 0.87% 0.4% -
HSV(B) 70.17º 0.93% 0.75% -
XYZ 32.98 44.33 7.2 -
YUV 160.85 44.56 127.39 -
System Red Green Blue C M Y K H S L
Decimal 160 190 13 0.16 0 0.93 0.25 70.17 0.87 0.4
Hex A0 BE D 10 0 5D 19 46 57 28
Octal 240 276 15 20 0 135 31 106 127 50
Binary 10100000 10111110 1101 10000 0 1011101 11001 1000110 1010111 101000

Color Harmonies of #A0BE0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0BE0D

Black with #A0BE0D

Text Example


Text Example

White with #A0BE0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0BE0D; }

 p { color: rgb(160,190,13); }

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

background-color css

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

 a { background-color: rgb(160,190,13); }

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

border-color css

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

 span { border-color: rgb(160,190,13); }

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