Html Css Color HEX #A1E65D Conifer

📋 copy color: '#A1E65D'

red 161 ◦ green 230 ◦ blue 93

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

Shades of Conifer #A1E65D

Tints of Conifer #A1E65D

RGB

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

 GREEN value IS 230 (90.23% from 255) = 47.52%

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

R = 33.26%
G = 47.52%
B = 19.21%

CMYK

 C value IS 0.3

 M value IS 0

 Y value IS 0.60

 K value IS 0.10

RGB Variations

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

Color information

#A1E65D (or 0xA1E65D) is known color: Conifer. HEX triplet: A1, E6 and 5D. RGB value is (161,230,93). Sum of RGB (Red+Green+Blue) = 161+230+93=484 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.26% from 484); Green value is 230 (90.23% from 255 or 47.52% from 484); Blue value is 93 (36.72% from 255 or 19.21% from 484); Max value from RGB is 230 - color contains mainly: green. Hex color #A1E65D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1E65D is #5E19A2. Grayscale: #C2C2C2. Windows color (decimal): -6166947 or 6153889. OLE color: 6153889.

HSL color Cylindrical-coordinate representation of color #A1E65D: hue angle of 90.22º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A1E65D is Cyan = 0.3, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.10.

Color convert

RGB 161 230 93 -
CMYK 0.3 0 0.60 0.10
HSL 90.22º 0.73% 0.63% -
HSV(B) 90.22º 0.6% 0.9% -
XYZ 44.97 64.96 20.52 -
YUV 193.75 71.14 104.64 -
System Red Green Blue C M Y K H S L
Decimal 161 230 93 0.3 0 0.60 0.10 90.22 0.73 0.63
Hex A1 E6 5D 1E 0 3C A 5A 49 3F
Octal 241 346 135 36 0 74 12 132 111 77
Binary 10100001 11100110 1011101 11110 0 111100 1010 1011010 1001001 111111

Color Harmonies of #A1E65D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1E65D

Black with #A1E65D

Text Example


Text Example

White with #A1E65D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1E65D; }

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

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

background-color css

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

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

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

border-color css

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

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

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