Html Css Color HEX #A1EC58 Conifer

📋 copy color: '#A1EC58'

red 161 ◦ green 236 ◦ blue 88

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

Shades of Conifer #A1EC58

Tints of Conifer #A1EC58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 18.14%

R = 33.2%
G = 48.66%
B = 18.14%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.63

 K value IS 0.07

RGB Variations

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

Color information

#A1EC58 (or 0xA1EC58) is known color: Conifer. HEX triplet: A1, EC and 58. RGB value is (161,236,88). Sum of RGB (Red+Green+Blue) = 161+236+88=485 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.20% from 485); Green value is 236 (92.58% from 255 or 48.66% from 485); Blue value is 88 (34.77% from 255 or 18.14% from 485); Max value from RGB is 236 - color contains mainly: green. Hex color #A1EC58 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1EC58 is #5E13A7. Grayscale: #C5C5C5. Windows color (decimal): -6165416 or 5827745. OLE color: 5827745.

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

Color convert

RGB 161 236 88 -
CMYK 0.32 0 0.63 0.07
HSL 90.41º 0.8% 0.64% -
HSV(B) 90.41º 0.63% 0.93% -
XYZ 46.45 68.27 19.96 -
YUV 196.7 66.65 102.53 -
System Red Green Blue C M Y K H S L
Decimal 161 236 88 0.32 0 0.63 0.07 90.41 0.8 0.64
Hex A1 EC 58 20 0 3F 7 5A 50 40
Octal 241 354 130 40 0 77 7 132 120 100
Binary 10100001 11101100 1011000 100000 0 111111 111 1011010 1010000 1000000

Color Harmonies of #A1EC58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1EC58

Black with #A1EC58

Text Example


Text Example

White with #A1EC58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1EC58; }

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

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

background-color css

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

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

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

border-color css

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

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

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