Html Css Color HEX #A1E664 Conifer

📋 copy color: '#A1E664'

red 161 ◦ green 230 ◦ blue 100

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

Shades of Conifer #A1E664

Tints of Conifer #A1E664

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 20.37%

R = 32.79%
G = 46.84%
B = 20.37%

CMYK

 C value IS 0.3

 M value IS 0

 Y value IS 0.57

 K value IS 0.10

RGB Variations

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

Color information

#A1E664 (or 0xA1E664) is known color: Conifer. HEX triplet: A1, E6 and 64. RGB value is (161,230,100). Sum of RGB (Red+Green+Blue) = 161+230+100=491 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.79% from 491); Green value is 230 (90.23% from 255 or 46.84% from 491); Blue value is 100 (39.45% from 255 or 20.37% from 491); Max value from RGB is 230 - color contains mainly: green. Hex color #A1E664 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1E664 is #5E199B. Grayscale: #C3C3C3. Windows color (decimal): -6166940 or 6612641. OLE color: 6612641.

HSL color Cylindrical-coordinate representation of color #A1E664: hue angle of 91.85º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A1E664 is Cyan = 0.3, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.10.

Color convert

RGB 161 230 100 -
CMYK 0.3 0 0.57 0.10
HSL 91.85º 0.72% 0.65% -
HSV(B) 91.85º 0.57% 0.9% -
XYZ 45.3 65.09 22.23 -
YUV 194.55 74.64 104.07 -
System Red Green Blue C M Y K H S L
Decimal 161 230 100 0.3 0 0.57 0.10 91.85 0.72 0.65
Hex A1 E6 64 1E 0 39 A 5C 48 41
Octal 241 346 144 36 0 71 12 134 110 101
Binary 10100001 11100110 1100100 11110 0 111001 1010 1011100 1001000 1000001

Color Harmonies of #A1E664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1E664

Black with #A1E664

Text Example


Text Example

White with #A1E664

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1E664; }

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

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

background-color css

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

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

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

border-color css

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

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

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