Html Css Color HEX #A1DE5D Conifer

📋 copy color: '#A1DE5D'

red 161 ◦ green 222 ◦ blue 93

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

Shades of Conifer #A1DE5D

Tints of Conifer #A1DE5D

RGB

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

 GREEN value IS 222 (87.11% from 255) = 46.64%

 BLUE value IS 93 (36.72% from 255) = 19.54%

R = 33.82%
G = 46.64%
B = 19.54%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#A1DE5D (or 0xA1DE5D) is known color: Conifer. HEX triplet: A1, DE and 5D. RGB value is (161,222,93). Sum of RGB (Red+Green+Blue) = 161+222+93=476 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.82% from 476); Green value is 222 (87.11% from 255 or 46.64% from 476); Blue value is 93 (36.72% from 255 or 19.54% from 476); Max value from RGB is 222 - color contains mainly: green. Hex color #A1DE5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1DE5D is #5E21A2. Grayscale: #BDBDBD. Windows color (decimal): -6168995 or 6151841. OLE color: 6151841.

HSL color Cylindrical-coordinate representation of color #A1DE5D: hue angle of 88.37º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A1DE5D is Cyan = 0.27, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.13.

Color convert

RGB 161 222 93 -
CMYK 0.27 0 0.58 0.13
HSL 88.37º 0.66% 0.62% -
HSV(B) 88.37º 0.58% 0.87% -
XYZ 42.8 60.61 19.8 -
YUV 189.06 73.79 107.99 -
System Red Green Blue C M Y K H S L
Decimal 161 222 93 0.27 0 0.58 0.13 88.37 0.66 0.62
Hex A1 DE 5D 1B 0 3A D 58 42 3E
Octal 241 336 135 33 0 72 15 130 102 76
Binary 10100001 11011110 1011101 11011 0 111010 1101 1011000 1000010 111110

Color Harmonies of #A1DE5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1DE5D

Black with #A1DE5D

Text Example


Text Example

White with #A1DE5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1DE5D; }

 p { color: rgb(161,222,93); }

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

background-color css

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

 a { background-color: rgb(161,222,93); }

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

border-color css

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

 span { border-color: rgb(161,222,93); }

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