Html Css Color HEX #A0C706 Citrus

📋 copy color: '#A0C706'

red 160 ◦ green 199 ◦ blue 6

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

Shades of Citrus #A0C706

Tints of Citrus #A0C706

RGB

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

 GREEN value IS 199 (78.13% from 255) = 54.52%

 BLUE value IS 6 (2.73% from 255) = 1.64%

R = 43.84%
G = 54.52%
B = 1.64%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.97

 K value IS 0.22

RGB Variations

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

Color information

#A0C706 (or 0xA0C706) is known color: Citrus. HEX triplet: A0, C7 and 06. RGB value is (160,199,6). Sum of RGB (Red+Green+Blue) = 160+199+6=365 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.84% from 365); Green value is 199 (78.12% from 255 or 54.52% from 365); Blue value is 6 (2.73% from 255 or 1.64% from 365); Max value from RGB is 199 - color contains mainly: green. Hex color #A0C706 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0C706 is #5F38F9. Grayscale: #A6A6A6. Windows color (decimal): -6240506 or 444320. OLE color: 444320.

HSL color Cylindrical-coordinate representation of color #A0C706: hue angle of 72.12º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A0C706 is Cyan = 0.20, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.22.

Color convert

RGB 160 199 6 -
CMYK 0.20 0 0.97 0.22
HSL 72.12º 0.94% 0.4% -
HSV(B) 72.12º 0.97% 0.78% -
XYZ 34.95 48.33 7.66 -
YUV 165.34 38.08 124.19 -
System Red Green Blue C M Y K H S L
Decimal 160 199 6 0.20 0 0.97 0.22 72.12 0.94 0.4
Hex A0 C7 6 14 0 61 16 48 5E 28
Octal 240 307 6 24 0 141 26 110 136 50
Binary 10100000 11000111 110 10100 0 1100001 10110 1001000 1011110 101000

Color Harmonies of #A0C706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0C706

Black with #A0C706

Text Example


Text Example

White with #A0C706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0C706; }

 p { color: rgb(160,199,6); }

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

background-color css

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

 a { background-color: rgb(160,199,6); }

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

border-color css

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

 span { border-color: rgb(160,199,6); }

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