Html Css Color HEX #A1D64D Conifer

📋 copy color: '#A1D64D'

red 161 ◦ green 214 ◦ blue 77

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

Shades of Conifer #A1D64D

Tints of Conifer #A1D64D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 17.04%

R = 35.62%
G = 47.35%
B = 17.04%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.64

 K value IS 0.16

RGB Variations

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

Color information

#A1D64D (or 0xA1D64D) is known color: Conifer. HEX triplet: A1, D6 and 4D. RGB value is (161,214,77). Sum of RGB (Red+Green+Blue) = 161+214+77=452 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.62% from 452); Green value is 214 (83.98% from 255 or 47.35% from 452); Blue value is 77 (30.47% from 255 or 17.04% from 452); Max value from RGB is 214 - color contains mainly: green. Hex color #A1D64D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1D64D is #5E29B2. Grayscale: #B7B7B7. Windows color (decimal): -6171059 or 5101217. OLE color: 5101217.

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

Color convert

RGB 161 214 77 -
CMYK 0.25 0 0.64 0.16
HSL 83.21º 0.63% 0.57% -
HSV(B) 83.21º 0.64% 0.84% -
XYZ 40.08 56.21 15.76 -
YUV 182.54 68.44 112.64 -
System Red Green Blue C M Y K H S L
Decimal 161 214 77 0.25 0 0.64 0.16 83.21 0.63 0.57
Hex A1 D6 4D 19 0 40 10 53 3F 39
Octal 241 326 115 31 0 100 20 123 77 71
Binary 10100001 11010110 1001101 11001 0 1000000 10000 1010011 111111 111001

Color Harmonies of #A1D64D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1D64D

Black with #A1D64D

Text Example


Text Example

White with #A1D64D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1D64D; }

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

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

background-color css

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

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

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

border-color css

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

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

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