Html Css Color HEX #A1E652 Conifer

📋 copy color: '#A1E652'

red 161 ◦ green 230 ◦ blue 82

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

Shades of Conifer #A1E652

Tints of Conifer #A1E652

RGB

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

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

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

R = 34.04%
G = 48.63%
B = 17.34%

CMYK

 C value IS 0.3

 M value IS 0

 Y value IS 0.64

 K value IS 0.10

RGB Variations

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

Color information

#A1E652 (or 0xA1E652) is known color: Conifer. HEX triplet: A1, E6 and 52. RGB value is (161,230,82). Sum of RGB (Red+Green+Blue) = 161+230+82=473 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.04% from 473); Green value is 230 (90.23% from 255 or 48.63% from 473); Blue value is 82 (32.42% from 255 or 17.34% from 473); Max value from RGB is 230 - color contains mainly: green. Hex color #A1E652 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1E652 is #5E19AD. Grayscale: #C1C1C1. Windows color (decimal): -6166958 or 5432993. OLE color: 5432993.

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

Color convert

RGB 161 230 82 -
CMYK 0.3 0 0.64 0.10
HSL 87.97º 0.75% 0.61% -
HSV(B) 87.97º 0.64% 0.9% -
XYZ 44.52 64.78 18.14 -
YUV 192.5 65.64 105.53 -
System Red Green Blue C M Y K H S L
Decimal 161 230 82 0.3 0 0.64 0.10 87.97 0.75 0.61
Hex A1 E6 52 1E 0 40 A 58 4B 3D
Octal 241 346 122 36 0 100 12 130 113 75
Binary 10100001 11100110 1010010 11110 0 1000000 1010 1011000 1001011 111101

Color Harmonies of #A1E652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1E652

Black with #A1E652

Text Example


Text Example

White with #A1E652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1E652; }

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

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

background-color css

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

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

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

border-color css

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

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

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