Html Css Color HEX #A1EC62 Conifer

📋 copy color: '#A1EC62'

red 161 ◦ green 236 ◦ blue 98

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

Shades of Conifer #A1EC62

Tints of Conifer #A1EC62

RGB

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

 GREEN value IS 236 (92.58% from 255) = 47.68%

 BLUE value IS 98 (38.67% from 255) = 19.8%

R = 32.53%
G = 47.68%
B = 19.8%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.58

 K value IS 0.07

RGB Variations

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

Color information

#A1EC62 (or 0xA1EC62) is known color: Conifer. HEX triplet: A1, EC and 62. RGB value is (161,236,98). Sum of RGB (Red+Green+Blue) = 161+236+98=495 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.53% from 495); Green value is 236 (92.58% from 255 or 47.68% from 495); Blue value is 98 (38.67% from 255 or 19.80% from 495); Max value from RGB is 236 - color contains mainly: green. Hex color #A1EC62 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1EC62 is #5E139D. Grayscale: #C6C6C6. Windows color (decimal): -6165406 or 6483105. OLE color: 6483105.

HSL color Cylindrical-coordinate representation of color #A1EC62: hue angle of 92.61º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A1EC62 is Cyan = 0.32, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.07.

Color convert

RGB 161 236 98 -
CMYK 0.32 0 0.58 0.07
HSL 92.61º 0.78% 0.65% -
HSV(B) 92.61º 0.58% 0.93% -
XYZ 46.9 68.45 22.3 -
YUV 197.84 71.65 101.72 -
System Red Green Blue C M Y K H S L
Decimal 161 236 98 0.32 0 0.58 0.07 92.61 0.78 0.65
Hex A1 EC 62 20 0 3A 7 5D 4E 41
Octal 241 354 142 40 0 72 7 135 116 101
Binary 10100001 11101100 1100010 100000 0 111010 111 1011101 1001110 1000001

Color Harmonies of #A1EC62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1EC62

Black with #A1EC62

Text Example


Text Example

White with #A1EC62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1EC62; }

 p { color: rgb(161,236,98); }

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

background-color css

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

 a { background-color: rgb(161,236,98); }

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

border-color css

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

 span { border-color: rgb(161,236,98); }

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