Html Css Color HEX #A0BE0F Citrus

📋 copy color: '#A0BE0F'

red 160 ◦ green 190 ◦ blue 15

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

Shades of Citrus #A0BE0F

Tints of Citrus #A0BE0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.11%

R = 43.84%
G = 52.05%
B = 4.11%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#A0BE0F (or 0xA0BE0F) is known color: Citrus. HEX triplet: A0, BE and 0F. RGB value is (160,190,15). Sum of RGB (Red+Green+Blue) = 160+190+15=365 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.84% from 365); Green value is 190 (74.61% from 255 or 52.05% from 365); Blue value is 15 (6.25% from 255 or 4.11% from 365); Max value from RGB is 190 - color contains mainly: green. Hex color #A0BE0F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0BE0F is #5F41F0. Grayscale: #A1A1A1. Windows color (decimal): -6242801 or 1031840. OLE color: 1031840.

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

Color convert

RGB 160 190 15 -
CMYK 0.16 0 0.92 0.25
HSL 70.29º 0.85% 0.4% -
HSV(B) 70.29º 0.92% 0.75% -
XYZ 33 44.33 7.27 -
YUV 161.08 45.56 127.23 -
System Red Green Blue C M Y K H S L
Decimal 160 190 15 0.16 0 0.92 0.25 70.29 0.85 0.4
Hex A0 BE F 10 0 5C 19 46 55 28
Octal 240 276 17 20 0 134 31 106 125 50
Binary 10100000 10111110 1111 10000 0 1011100 11001 1000110 1010101 101000

Color Harmonies of #A0BE0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0BE0F

Black with #A0BE0F

Text Example


Text Example

White with #A0BE0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0BE0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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