Html Css Color HEX #A0D64F Conifer

📋 copy color: '#A0D64F'

red 160 ◦ green 214 ◦ blue 79

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

Shades of Conifer #A0D64F

Tints of Conifer #A0D64F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 17.44%

R = 35.32%
G = 47.24%
B = 17.44%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.63

 K value IS 0.16

RGB Variations

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

Color information

#A0D64F (or 0xA0D64F) is known color: Conifer. HEX triplet: A0, D6 and 4F. RGB value is (160,214,79). Sum of RGB (Red+Green+Blue) = 160+214+79=453 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.32% from 453); Green value is 214 (83.98% from 255 or 47.24% from 453); Blue value is 79 (31.25% from 255 or 17.44% from 453); Max value from RGB is 214 - color contains mainly: green. Hex color #A0D64F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0D64F is #5F29B0. Grayscale: #B6B6B6. Windows color (decimal): -6236593 or 5232288. OLE color: 5232288.

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

Color convert

RGB 160 214 79 -
CMYK 0.25 0 0.63 0.16
HSL 84º 0.62% 0.57% -
HSV(B) 84º 0.63% 0.84% -
XYZ 39.96 56.13 16.13 -
YUV 182.46 69.61 111.98 -
System Red Green Blue C M Y K H S L
Decimal 160 214 79 0.25 0 0.63 0.16 84 0.62 0.57
Hex A0 D6 4F 19 0 3F 10 54 3E 39
Octal 240 326 117 31 0 77 20 124 76 71
Binary 10100000 11010110 1001111 11001 0 111111 10000 1010100 111110 111001

Color Harmonies of #A0D64F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0D64F

Black with #A0D64F

Text Example


Text Example

White with #A0D64F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0D64F; }

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

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

background-color css

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

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

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

border-color css

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

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

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