Html Css Color HEX #A0B70C Citrus

📋 copy color: '#A0B70C'

red 160 ◦ green 183 ◦ blue 12

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

Shades of Citrus #A0B70C

Tints of Citrus #A0B70C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.38%

R = 45.07%
G = 51.55%
B = 3.38%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.93

 K value IS 0.28

RGB Variations

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

Color information

#A0B70C (or 0xA0B70C) is known color: Citrus. HEX triplet: A0, B7 and 0C. RGB value is (160,183,12). Sum of RGB (Red+Green+Blue) = 160+183+12=355 (47% of max value = 765). Red value is 160 (62.89% from 255 or 45.07% from 355); Green value is 183 (71.88% from 255 or 51.55% from 355); Blue value is 12 (5.08% from 255 or 3.38% from 355); Max value from RGB is 183 - color contains mainly: green. Hex color #A0B70C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0B70C is #5F48F3. Grayscale: #9D9D9D. Windows color (decimal): -6244596 or 833440. OLE color: 833440.

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

Color convert

RGB 160 183 12 -
CMYK 0.13 0 0.93 0.28
HSL 68.07º 0.88% 0.38% -
HSV(B) 68.07º 0.93% 0.72% -
XYZ 31.5 41.37 6.67 -
YUV 156.63 46.38 130.4 -
System Red Green Blue C M Y K H S L
Decimal 160 183 12 0.13 0 0.93 0.28 68.07 0.88 0.38
Hex A0 B7 C D 0 5D 1C 44 58 26
Octal 240 267 14 15 0 135 34 104 130 46
Binary 10100000 10110111 1100 1101 0 1011101 11100 1000100 1011000 100110

Color Harmonies of #A0B70C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0B70C

Black with #A0B70C

Text Example


Text Example

White with #A0B70C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0B70C; }

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

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

background-color css

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

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

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

border-color css

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

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

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