Html Css Color HEX #A0D864 Conifer

📋 copy color: '#A0D864'

red 160 ◦ green 216 ◦ blue 100

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

Shades of Conifer #A0D864

Tints of Conifer #A0D864

RGB

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

 GREEN value IS 216 (84.77% from 255) = 45.38%

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

R = 33.61%
G = 45.38%
B = 21.01%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#A0D864 (or 0xA0D864) is known color: Conifer. HEX triplet: A0, D8 and 64. RGB value is (160,216,100). Sum of RGB (Red+Green+Blue) = 160+216+100=476 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.61% from 476); Green value is 216 (84.77% from 255 or 45.38% from 476); Blue value is 100 (39.45% from 255 or 21.01% from 476); Max value from RGB is 216 - color contains mainly: green. Hex color #A0D864 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0D864 is #5F279B. Grayscale: #BABABA. Windows color (decimal): -6236060 or 6609056. OLE color: 6609056.

HSL color Cylindrical-coordinate representation of color #A0D864: hue angle of 88.97º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A0D864 is Cyan = 0.26, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.15.

Color convert

RGB 160 216 100 -
CMYK 0.26 0 0.54 0.15
HSL 88.97º 0.6% 0.62% -
HSV(B) 88.97º 0.54% 0.85% -
XYZ 41.35 57.51 20.98 -
YUV 186.03 79.45 109.43 -
System Red Green Blue C M Y K H S L
Decimal 160 216 100 0.26 0 0.54 0.15 88.97 0.6 0.62
Hex A0 D8 64 1A 0 36 F 59 3C 3E
Octal 240 330 144 32 0 66 17 131 74 76
Binary 10100000 11011000 1100100 11010 0 110110 1111 1011001 111100 111110

Color Harmonies of #A0D864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0D864

Black with #A0D864

Text Example


Text Example

White with #A0D864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0D864; }

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

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

background-color css

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

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

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

border-color css

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

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

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