Html Css Color HEX #A2E650 Conifer

📋 copy color: '#A2E650'

red 162 ◦ green 230 ◦ blue 80

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

Shades of Conifer #A2E650

Tints of Conifer #A2E650

RGB

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

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

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

R = 34.32%
G = 48.73%
B = 16.95%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.65

 K value IS 0.10

RGB Variations

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

Color information

#A2E650 (or 0xA2E650) is known color: Conifer. HEX triplet: A2, E6 and 50. RGB value is (162,230,80). Sum of RGB (Red+Green+Blue) = 162+230+80=472 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.32% from 472); Green value is 230 (90.23% from 255 or 48.73% from 472); Blue value is 80 (31.64% from 255 or 16.95% from 472); Max value from RGB is 230 - color contains mainly: green. Hex color #A2E650 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2E650 is #5D19AF. Grayscale: #C1C1C1. Windows color (decimal): -6101424 or 5301922. OLE color: 5301922.

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

Color convert

RGB 162 230 80 -
CMYK 0.30 0 0.65 0.10
HSL 87.2º 0.75% 0.61% -
HSV(B) 87.2º 0.65% 0.9% -
XYZ 44.65 64.85 17.75 -
YUV 192.57 64.47 106.2 -
System Red Green Blue C M Y K H S L
Decimal 162 230 80 0.30 0 0.65 0.10 87.2 0.75 0.61
Hex A2 E6 50 1E 0 41 A 57 4B 3D
Octal 242 346 120 36 0 101 12 127 113 75
Binary 10100010 11100110 1010000 11110 0 1000001 1010 1010111 1001011 111101

Color Harmonies of #A2E650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2E650

Black with #A2E650

Text Example


Text Example

White with #A2E650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2E650; }

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

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

background-color css

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

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

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

border-color css

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

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

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