Html Css Color HEX #A2E355 Conifer

📋 copy color: '#A2E355'

red 162 ◦ green 227 ◦ blue 85

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

Shades of Conifer #A2E355

Tints of Conifer #A2E355

RGB

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

 GREEN value IS 227 (89.06% from 255) = 47.89%

 BLUE value IS 85 (33.59% from 255) = 17.93%

R = 34.18%
G = 47.89%
B = 17.93%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.63

 K value IS 0.11

RGB Variations

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

Color information

#A2E355 (or 0xA2E355) is known color: Conifer. HEX triplet: A2, E3 and 55. RGB value is (162,227,85). Sum of RGB (Red+Green+Blue) = 162+227+85=474 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.18% from 474); Green value is 227 (89.06% from 255 or 47.89% from 474); Blue value is 85 (33.59% from 255 or 17.93% from 474); Max value from RGB is 227 - color contains mainly: green. Hex color #A2E355 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2E355 is #5D1CAA. Grayscale: #BFBFBF. Windows color (decimal): -6102187 or 5628834. OLE color: 5628834.

HSL color Cylindrical-coordinate representation of color #A2E355: hue angle of 87.46º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A2E355 is Cyan = 0.29, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.11.

Color convert

RGB 162 227 85 -
CMYK 0.29 0 0.63 0.11
HSL 87.46º 0.72% 0.61% -
HSV(B) 87.46º 0.63% 0.89% -
XYZ 44.01 63.28 18.49 -
YUV 191.38 67.97 107.05 -
System Red Green Blue C M Y K H S L
Decimal 162 227 85 0.29 0 0.63 0.11 87.46 0.72 0.61
Hex A2 E3 55 1D 0 3F B 57 48 3D
Octal 242 343 125 35 0 77 13 127 110 75
Binary 10100010 11100011 1010101 11101 0 111111 1011 1010111 1001000 111101

Color Harmonies of #A2E355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2E355

Black with #A2E355

Text Example


Text Example

White with #A2E355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2E355; }

 p { color: rgb(162,227,85); }

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

background-color css

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

 a { background-color: rgb(162,227,85); }

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

border-color css

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

 span { border-color: rgb(162,227,85); }

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