Html Css Color HEX #A2E053 Conifer

📋 copy color: '#A2E053'

red 162 ◦ green 224 ◦ blue 83

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

Shades of Conifer #A2E053

Tints of Conifer #A2E053

RGB

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

 GREEN value IS 224 (87.89% from 255) = 47.76%

 BLUE value IS 83 (32.81% from 255) = 17.7%

R = 34.54%
G = 47.76%
B = 17.7%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.63

 K value IS 0.12

RGB Variations

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

Color information

#A2E053 (or 0xA2E053) is known color: Conifer. HEX triplet: A2, E0 and 53. RGB value is (162,224,83). Sum of RGB (Red+Green+Blue) = 162+224+83=469 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.54% from 469); Green value is 224 (87.89% from 255 or 47.76% from 469); Blue value is 83 (32.81% from 255 or 17.70% from 469); Max value from RGB is 224 - color contains mainly: green. Hex color #A2E053 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2E053 is #5D1FAC. Grayscale: #BDBDBD. Windows color (decimal): -6102957 or 5496994. OLE color: 5496994.

HSL color Cylindrical-coordinate representation of color #A2E053: hue angle of 86.38º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A2E053 is Cyan = 0.28, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.12.

Color convert

RGB 162 224 83 -
CMYK 0.28 0 0.63 0.12
HSL 86.38º 0.69% 0.6% -
HSV(B) 86.38º 0.63% 0.88% -
XYZ 43.12 61.62 17.8 -
YUV 189.39 67.96 108.46 -
System Red Green Blue C M Y K H S L
Decimal 162 224 83 0.28 0 0.63 0.12 86.38 0.69 0.6
Hex A2 E0 53 1C 0 3F C 56 45 3C
Octal 242 340 123 34 0 77 14 126 105 74
Binary 10100010 11100000 1010011 11100 0 111111 1100 1010110 1000101 111100

Color Harmonies of #A2E053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2E053

Black with #A2E053

Text Example


Text Example

White with #A2E053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2E053; }

 p { color: rgb(162,224,83); }

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

background-color css

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

 a { background-color: rgb(162,224,83); }

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

border-color css

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

 span { border-color: rgb(162,224,83); }

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