Html Css Color HEX #A0B70E Citrus

📋 copy color: '#A0B70E'

red 160 ◦ green 183 ◦ blue 14

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

Shades of Citrus #A0B70E

Tints of Citrus #A0B70E

RGB

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

 GREEN value IS 183 (71.88% from 255) = 51.26%

 BLUE value IS 14 (5.86% from 255) = 3.92%

R = 44.82%
G = 51.26%
B = 3.92%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.92

 K value IS 0.28

RGB Variations

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

Color information

#A0B70E (or 0xA0B70E) is known color: Citrus. HEX triplet: A0, B7 and 0E. RGB value is (160,183,14). Sum of RGB (Red+Green+Blue) = 160+183+14=357 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.82% from 357); Green value is 183 (71.88% from 255 or 51.26% from 357); Blue value is 14 (5.86% from 255 or 3.92% from 357); Max value from RGB is 183 - color contains mainly: green. Hex color #A0B70E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0B70E is #5F48F1. Grayscale: #9D9D9D. Windows color (decimal): -6244594 or 964512. OLE color: 964512.

HSL color Cylindrical-coordinate representation of color #A0B70E: hue angle of 68.17º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A0B70E is Cyan = 0.13, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.28.

Color convert

RGB 160 183 14 -
CMYK 0.13 0 0.92 0.28
HSL 68.17º 0.86% 0.39% -
HSV(B) 68.17º 0.92% 0.72% -
XYZ 31.51 41.37 6.74 -
YUV 156.86 47.38 130.24 -
System Red Green Blue C M Y K H S L
Decimal 160 183 14 0.13 0 0.92 0.28 68.17 0.86 0.39
Hex A0 B7 E D 0 5C 1C 44 56 27
Octal 240 267 16 15 0 134 34 104 126 47
Binary 10100000 10110111 1110 1101 0 1011100 11100 1000100 1010110 100111

Color Harmonies of #A0B70E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0B70E

Black with #A0B70E

Text Example


Text Example

White with #A0B70E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0B70E; }

 p { color: rgb(160,183,14); }

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

background-color css

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

 a { background-color: rgb(160,183,14); }

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

border-color css

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

 span { border-color: rgb(160,183,14); }

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