Html Css Color HEX #A0DC65 Conifer

📋 copy color: '#A0DC65'

red 160 ◦ green 220 ◦ blue 101

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

Shades of Conifer #A0DC65

Tints of Conifer #A0DC65

RGB

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

 GREEN value IS 220 (86.33% from 255) = 45.74%

 BLUE value IS 101 (39.84% from 255) = 21%

R = 33.26%
G = 45.74%
B = 21%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.54

 K value IS 0.14

RGB Variations

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

Color information

#A0DC65 (or 0xA0DC65) is known color: Conifer. HEX triplet: A0, DC and 65. RGB value is (160,220,101). Sum of RGB (Red+Green+Blue) = 160+220+101=481 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.26% from 481); Green value is 220 (86.33% from 255 or 45.74% from 481); Blue value is 101 (39.84% from 255 or 21.00% from 481); Max value from RGB is 220 - color contains mainly: green. Hex color #A0DC65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0DC65 is #5F239A. Grayscale: #BCBCBC. Windows color (decimal): -6235035 or 6675616. OLE color: 6675616.

HSL color Cylindrical-coordinate representation of color #A0DC65: hue angle of 90.25º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A0DC65 is Cyan = 0.27, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.14.

Color convert

RGB 160 220 101 -
CMYK 0.27 0 0.54 0.14
HSL 90.25º 0.63% 0.63% -
HSV(B) 90.25º 0.54% 0.86% -
XYZ 42.44 59.6 21.58 -
YUV 188.49 78.62 107.68 -
System Red Green Blue C M Y K H S L
Decimal 160 220 101 0.27 0 0.54 0.14 90.25 0.63 0.63
Hex A0 DC 65 1B 0 36 E 5A 3F 3F
Octal 240 334 145 33 0 66 16 132 77 77
Binary 10100000 11011100 1100101 11011 0 110110 1110 1011010 111111 111111

Color Harmonies of #A0DC65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0DC65

Black with #A0DC65

Text Example


Text Example

White with #A0DC65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0DC65; }

 p { color: rgb(160,220,101); }

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

background-color css

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

 a { background-color: rgb(160,220,101); }

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

border-color css

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

 span { border-color: rgb(160,220,101); }

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