Html Css Color HEX #A1E852 Conifer

📋 copy color: '#A1E852'

red 161 ◦ green 232 ◦ blue 82

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

Shades of Conifer #A1E852

Tints of Conifer #A1E852

RGB

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

 GREEN value IS 232 (91.02% from 255) = 48.84%

 BLUE value IS 82 (32.42% from 255) = 17.26%

R = 33.89%
G = 48.84%
B = 17.26%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.65

 K value IS 0.09

RGB Variations

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

Color information

#A1E852 (or 0xA1E852) is known color: Conifer. HEX triplet: A1, E8 and 52. RGB value is (161,232,82). Sum of RGB (Red+Green+Blue) = 161+232+82=475 (62% of max value = 765). Red value is 161 (63.28% from 255 or 33.89% from 475); Green value is 232 (91.02% from 255 or 48.84% from 475); Blue value is 82 (32.42% from 255 or 17.26% from 475); Max value from RGB is 232 - color contains mainly: green. Hex color #A1E852 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1E852 is #5E17AD. Grayscale: #C2C2C2. Windows color (decimal): -6166446 or 5433505. OLE color: 5433505.

HSL color Cylindrical-coordinate representation of color #A1E852: hue angle of 88.4º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A1E852 is Cyan = 0.31, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.09.

Color convert

RGB 161 232 82 -
CMYK 0.31 0 0.65 0.09
HSL 88.4º 0.77% 0.62% -
HSV(B) 88.4º 0.65% 0.91% -
XYZ 45.08 65.9 18.33 -
YUV 193.67 64.98 104.7 -
System Red Green Blue C M Y K H S L
Decimal 161 232 82 0.31 0 0.65 0.09 88.4 0.77 0.62
Hex A1 E8 52 1F 0 41 9 58 4D 3E
Octal 241 350 122 37 0 101 11 130 115 76
Binary 10100001 11101000 1010010 11111 0 1000001 1001 1011000 1001101 111110

Color Harmonies of #A1E852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1E852

Black with #A1E852

Text Example


Text Example

White with #A1E852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1E852; }

 p { color: rgb(161,232,82); }

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

background-color css

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

 a { background-color: rgb(161,232,82); }

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

border-color css

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

 span { border-color: rgb(161,232,82); }

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