Html Css Color HEX #A1D94D Conifer

📋 copy color: '#A1D94D'

red 161 ◦ green 217 ◦ blue 77

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

Shades of Conifer #A1D94D

Tints of Conifer #A1D94D

RGB

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

 GREEN value IS 217 (85.16% from 255) = 47.69%

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

R = 35.38%
G = 47.69%
B = 16.92%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#A1D94D (or 0xA1D94D) is known color: Conifer. HEX triplet: A1, D9 and 4D. RGB value is (161,217,77). Sum of RGB (Red+Green+Blue) = 161+217+77=455 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.38% from 455); Green value is 217 (85.16% from 255 or 47.69% from 455); Blue value is 77 (30.47% from 255 or 16.92% from 455); Max value from RGB is 217 - color contains mainly: green. Hex color #A1D94D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1D94D is #5E26B2. Grayscale: #B8B8B8. Windows color (decimal): -6170291 or 5101985. OLE color: 5101985.

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

Color convert

RGB 161 217 77 -
CMYK 0.26 0 0.65 0.15
HSL 84º 0.65% 0.58% -
HSV(B) 84º 0.65% 0.85% -
XYZ 40.85 57.74 16.01 -
YUV 184.3 67.45 111.38 -
System Red Green Blue C M Y K H S L
Decimal 161 217 77 0.26 0 0.65 0.15 84 0.65 0.58
Hex A1 D9 4D 1A 0 41 F 54 41 3A
Octal 241 331 115 32 0 101 17 124 101 72
Binary 10100001 11011001 1001101 11010 0 1000001 1111 1010100 1000001 111010

Color Harmonies of #A1D94D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1D94D

Black with #A1D94D

Text Example


Text Example

White with #A1D94D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1D94D; }

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

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

background-color css

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

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

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

border-color css

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

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

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