Html Css Color HEX #A0D664 Conifer

📋 copy color: '#A0D664'

red 160 ◦ green 214 ◦ blue 100

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

Shades of Conifer #A0D664

Tints of Conifer #A0D664

RGB

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

 GREEN value IS 214 (83.98% from 255) = 45.15%

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

R = 33.76%
G = 45.15%
B = 21.1%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#A0D664 (or 0xA0D664) is known color: Conifer. HEX triplet: A0, D6 and 64. RGB value is (160,214,100). Sum of RGB (Red+Green+Blue) = 160+214+100=474 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.76% from 474); Green value is 214 (83.98% from 255 or 45.15% from 474); Blue value is 100 (39.45% from 255 or 21.10% from 474); Max value from RGB is 214 - color contains mainly: green. Hex color #A0D664 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0D664 is #5F299B. Grayscale: #B9B9B9. Windows color (decimal): -6236572 or 6608544. OLE color: 6608544.

HSL color Cylindrical-coordinate representation of color #A0D664: hue angle of 88.42º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A0D664 is Cyan = 0.25, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.16.

Color convert

RGB 160 214 100 -
CMYK 0.25 0 0.53 0.16
HSL 88.42º 0.58% 0.62% -
HSV(B) 88.42º 0.53% 0.84% -
XYZ 40.84 56.49 20.81 -
YUV 184.86 80.11 110.27 -
System Red Green Blue C M Y K H S L
Decimal 160 214 100 0.25 0 0.53 0.16 88.42 0.58 0.62
Hex A0 D6 64 19 0 35 10 58 3A 3E
Octal 240 326 144 31 0 65 20 130 72 76
Binary 10100000 11010110 1100100 11001 0 110101 10000 1011000 111010 111110

Color Harmonies of #A0D664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0D664

Black with #A0D664

Text Example


Text Example

White with #A0D664

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0D664; }

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

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

background-color css

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

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

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

border-color css

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

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

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