Html Css Color HEX #A1D64F Conifer

📋 copy color: '#A1D64F'

red 161 ◦ green 214 ◦ blue 79

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

Shades of Conifer #A1D64F

Tints of Conifer #A1D64F

RGB

 RED value IS 161 (63.28% from 255) = 35.46%

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

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

R = 35.46%
G = 47.14%
B = 17.4%

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

#A1D64F (or 0xA1D64F) is known color: Conifer. HEX triplet: A1, D6 and 4F. RGB value is (161,214,79). Sum of RGB (Red+Green+Blue) = 161+214+79=454 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.46% from 454); Green value is 214 (83.98% from 255 or 47.14% from 454); Blue value is 79 (31.25% from 255 or 17.40% from 454); Max value from RGB is 214 - color contains mainly: green. Hex color #A1D64F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1D64F is #5E29B0. Grayscale: #B7B7B7. Windows color (decimal): -6171057 or 5232289. OLE color: 5232289.

HSL color Cylindrical-coordinate representation of color #A1D64F: hue angle of 83.56º 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 #A1D64F is Cyan = 0.25, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.16.

Color convert

RGB 161 214 79 -
CMYK 0.25 0 0.63 0.16
HSL 83.56º 0.62% 0.57% -
HSV(B) 83.56º 0.63% 0.84% -
XYZ 40.16 56.23 16.14 -
YUV 182.76 69.44 112.48 -
System Red Green Blue C M Y K H S L
Decimal 161 214 79 0.25 0 0.63 0.16 83.56 0.62 0.57
Hex A1 D6 4F 19 0 3F 10 54 3E 39
Octal 241 326 117 31 0 77 20 124 76 71
Binary 10100001 11010110 1001111 11001 0 111111 10000 1010100 111110 111001

Color Harmonies of #A1D64F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1D64F

Black with #A1D64F

Text Example


Text Example

White with #A1D64F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1D64F; }

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

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

background-color css

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

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

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

border-color css

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

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

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