Html Css Color HEX #A0DC64 Conifer

📋 copy color: '#A0DC64'

red 160 ◦ green 220 ◦ blue 100

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

Shades of Conifer #A0DC64

Tints of Conifer #A0DC64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 20.83%

R = 33.33%
G = 45.83%
B = 20.83%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#A0DC64 (or 0xA0DC64) is known color: Conifer. HEX triplet: A0, DC and 64. RGB value is (160,220,100). Sum of RGB (Red+Green+Blue) = 160+220+100=480 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.33% from 480); Green value is 220 (86.33% from 255 or 45.83% from 480); Blue value is 100 (39.45% from 255 or 20.83% from 480); Max value from RGB is 220 - color contains mainly: green. Hex color #A0DC64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0DC64 is #5F239B. Grayscale: #BCBCBC. Windows color (decimal): -6235036 or 6610080. OLE color: 6610080.

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

Color convert

RGB 160 220 100 -
CMYK 0.27 0 0.55 0.14
HSL 90º 0.63% 0.63% -
HSV(B) 90º 0.55% 0.86% -
XYZ 42.39 59.58 21.32 -
YUV 188.38 78.12 107.76 -
System Red Green Blue C M Y K H S L
Decimal 160 220 100 0.27 0 0.55 0.14 90 0.63 0.63
Hex A0 DC 64 1B 0 37 E 5A 3F 3F
Octal 240 334 144 33 0 67 16 132 77 77
Binary 10100000 11011100 1100100 11011 0 110111 1110 1011010 111111 111111

Color Harmonies of #A0DC64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0DC64

Black with #A0DC64

Text Example


Text Example

White with #A0DC64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0DC64; }

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

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

background-color css

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

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

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

border-color css

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

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

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