Html Css Color HEX #7AE282 Pastel Green

📋 copy color: '#7AE282'

red 122 ◦ green 226 ◦ blue 130

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

Shades of Pastel Green #7AE282

Tints of Pastel Green #7AE282

RGB

 RED value IS 122 (48.05% from 255) = 25.52%

 GREEN value IS 226 (88.67% from 255) = 47.28%

 BLUE value IS 130 (51.17% from 255) = 27.2%

R = 25.52%
G = 47.28%
B = 27.2%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.42

 K value IS 0.11

RGB Variations

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

Color information

#7AE282 (or 0x7AE282) is known color: Pastel Green. HEX triplet: 7A, E2 and 82. RGB value is (122,226,130). Sum of RGB (Red+Green+Blue) = 122+226+130=478 (63% of max value = 765). Red value is 122 (48.05% from 255 or 25.52% from 478); Green value is 226 (88.67% from 255 or 47.28% from 478); Blue value is 130 (51.17% from 255 or 27.20% from 478); Max value from RGB is 226 - color contains mainly: green. Hex color #7AE282 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AE282 is #851D7D. Grayscale: #B8B8B8. Windows color (decimal): -8723838 or 8577658. OLE color: 8577658.

HSL color Cylindrical-coordinate representation of color #7AE282: hue angle of 124.62º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7AE282 is Cyan = 0.46, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.11.

Color convert

RGB 122 226 130 -
CMYK 0.46 0 0.42 0.11
HSL 124.62º 0.64% 0.68% -
HSV(B) 124.62º 0.46% 0.89% -
XYZ 39.25 60.14 30.66 -
YUV 183.96 97.54 83.81 -
System Red Green Blue C M Y K H S L
Decimal 122 226 130 0.46 0 0.42 0.11 124.62 0.64 0.68
Hex 7A E2 82 2E 0 2A B 7D 40 44
Octal 172 342 202 56 0 52 13 175 100 104
Binary 1111010 11100010 10000010 101110 0 101010 1011 1111101 1000000 1000100

Color Harmonies of #7AE282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AE282

Black with #7AE282

Text Example


Text Example

White with #7AE282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7AE282; }

 p { color: rgb(122,226,130); }

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

background-color css

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

 a { background-color: rgb(122,226,130); }

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

border-color css

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

 span { border-color: rgb(122,226,130); }

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