Html Css Color HEX #A1DF5E Conifer

📋 copy color: '#A1DF5E'

red 161 ◦ green 223 ◦ blue 94

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

Shades of Conifer #A1DF5E

Tints of Conifer #A1DF5E

RGB

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

 GREEN value IS 223 (87.5% from 255) = 46.65%

 BLUE value IS 94 (37.11% from 255) = 19.67%

R = 33.68%
G = 46.65%
B = 19.67%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#A1DF5E (or 0xA1DF5E) is known color: Conifer. HEX triplet: A1, DF and 5E. RGB value is (161,223,94). Sum of RGB (Red+Green+Blue) = 161+223+94=478 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.68% from 478); Green value is 223 (87.5% from 255 or 46.65% from 478); Blue value is 94 (37.11% from 255 or 19.67% from 478); Max value from RGB is 223 - color contains mainly: green. Hex color #A1DF5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1DF5E is #5E20A1. Grayscale: #BEBEBE. Windows color (decimal): -6168738 or 6217633. OLE color: 6217633.

HSL color Cylindrical-coordinate representation of color #A1DF5E: hue angle of 88.84º degrees, saturation: 0.67, 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 #A1DF5E is Cyan = 0.28, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.13.

Color convert

RGB 161 223 94 -
CMYK 0.28 0 0.58 0.13
HSL 88.84º 0.67% 0.62% -
HSV(B) 88.84º 0.58% 0.87% -
XYZ 43.11 61.16 20.12 -
YUV 189.76 73.96 107.49 -
System Red Green Blue C M Y K H S L
Decimal 161 223 94 0.28 0 0.58 0.13 88.84 0.67 0.62
Hex A1 DF 5E 1C 0 3A D 59 43 3E
Octal 241 337 136 34 0 72 15 131 103 76
Binary 10100001 11011111 1011110 11100 0 111010 1101 1011001 1000011 111110

Color Harmonies of #A1DF5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1DF5E

Black with #A1DF5E

Text Example


Text Example

White with #A1DF5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1DF5E; }

 p { color: rgb(161,223,94); }

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

background-color css

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

 a { background-color: rgb(161,223,94); }

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

border-color css

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

 span { border-color: rgb(161,223,94); }

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