Html Css Color HEX #A2E664 Conifer

📋 copy color: '#A2E664'

red 162 ◦ green 230 ◦ blue 100

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

Shades of Conifer #A2E664

Tints of Conifer #A2E664

RGB

 RED value IS 162 (63.67% from 255) = 32.93%

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

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

R = 32.93%
G = 46.75%
B = 20.33%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.57

 K value IS 0.10

RGB Variations

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

Color information

#A2E664 (or 0xA2E664) is known color: Conifer. HEX triplet: A2, E6 and 64. RGB value is (162,230,100). Sum of RGB (Red+Green+Blue) = 162+230+100=492 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.93% from 492); Green value is 230 (90.23% from 255 or 46.75% from 492); Blue value is 100 (39.45% from 255 or 20.33% from 492); Max value from RGB is 230 - color contains mainly: green. Hex color #A2E664 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2E664 is #5D199B. Grayscale: #C3C3C3. Windows color (decimal): -6101404 or 6612642. OLE color: 6612642.

HSL color Cylindrical-coordinate representation of color #A2E664: hue angle of 91.38º 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 #A2E664 is Cyan = 0.30, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.10.

Color convert

RGB 162 230 100 -
CMYK 0.30 0 0.57 0.10
HSL 91.38º 0.72% 0.65% -
HSV(B) 91.38º 0.57% 0.9% -
XYZ 45.5 65.2 22.24 -
YUV 194.85 74.47 104.57 -
System Red Green Blue C M Y K H S L
Decimal 162 230 100 0.30 0 0.57 0.10 91.38 0.72 0.65
Hex A2 E6 64 1E 0 39 A 5B 48 41
Octal 242 346 144 36 0 71 12 133 110 101
Binary 10100010 11100110 1100100 11110 0 111001 1010 1011011 1001000 1000001

Color Harmonies of #A2E664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2E664

Black with #A2E664

Text Example


Text Example

White with #A2E664

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2E664; }

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

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

background-color css

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

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

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

border-color css

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

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

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