Html Css Color HEX #A2E850 Conifer

📋 copy color: '#A2E850'

red 162 ◦ green 232 ◦ blue 80

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

Shades of Conifer #A2E850

Tints of Conifer #A2E850

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 16.88%

R = 34.18%
G = 48.95%
B = 16.88%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.66

 K value IS 0.09

RGB Variations

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

Color information

#A2E850 (or 0xA2E850) is known color: Conifer. HEX triplet: A2, E8 and 50. RGB value is (162,232,80). Sum of RGB (Red+Green+Blue) = 162+232+80=474 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.18% from 474); Green value is 232 (91.02% from 255 or 48.95% from 474); Blue value is 80 (31.64% from 255 or 16.88% from 474); Max value from RGB is 232 - color contains mainly: green. Hex color #A2E850 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2E850 is #5D17AF. Grayscale: #C2C2C2. Windows color (decimal): -6100912 or 5302434. OLE color: 5302434.

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

Color convert

RGB 162 232 80 -
CMYK 0.30 0 0.66 0.09
HSL 87.63º 0.77% 0.61% -
HSV(B) 87.63º 0.66% 0.91% -
XYZ 45.2 65.97 17.94 -
YUV 193.74 63.81 105.36 -
System Red Green Blue C M Y K H S L
Decimal 162 232 80 0.30 0 0.66 0.09 87.63 0.77 0.61
Hex A2 E8 50 1E 0 42 9 58 4D 3D
Octal 242 350 120 36 0 102 11 130 115 75
Binary 10100010 11101000 1010000 11110 0 1000010 1001 1011000 1001101 111101

Color Harmonies of #A2E850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2E850

Black with #A2E850

Text Example


Text Example

White with #A2E850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2E850; }

 p { color: rgb(162,232,80); }

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

background-color css

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

 a { background-color: rgb(162,232,80); }

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

border-color css

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

 span { border-color: rgb(162,232,80); }

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