Html Css Color HEX #7AEA5F Pastel Green

📋 copy color: '#7AEA5F'

red 122 ◦ green 234 ◦ blue 95

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

Shades of Pastel Green #7AEA5F

Tints of Pastel Green #7AEA5F

RGB

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

 GREEN value IS 234 (91.8% from 255) = 51.88%

 BLUE value IS 95 (37.5% from 255) = 21.06%

R = 27.05%
G = 51.88%
B = 21.06%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.59

 K value IS 0.08

RGB Variations

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

Color information

#7AEA5F (or 0x7AEA5F) is known color: Pastel Green. HEX triplet: 7A, EA and 5F. RGB value is (122,234,95). Sum of RGB (Red+Green+Blue) = 122+234+95=451 (59% of max value = 765). Red value is 122 (48.05% from 255 or 27.05% from 451); Green value is 234 (91.80% from 255 or 51.88% from 451); Blue value is 95 (37.5% from 255 or 21.06% from 451); Max value from RGB is 234 - color contains mainly: green. Hex color #7AEA5F is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7AEA5F is #8515A0. Grayscale: #B9B9B9. Windows color (decimal): -8721825 or 6285946. OLE color: 6285946.

HSL color Cylindrical-coordinate representation of color #7AEA5F: hue angle of 108.35º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7AEA5F is Cyan = 0.48, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.08.

Color convert

RGB 122 234 95 -
CMYK 0.48 0 0.59 0.08
HSL 108.35º 0.77% 0.65% -
HSV(B) 108.35º 0.59% 0.92% -
XYZ 39.51 63.81 21.06 -
YUV 184.67 77.39 83.3 -
System Red Green Blue C M Y K H S L
Decimal 122 234 95 0.48 0 0.59 0.08 108.35 0.77 0.65
Hex 7A EA 5F 30 0 3B 8 6C 4D 41
Octal 172 352 137 60 0 73 10 154 115 101
Binary 1111010 11101010 1011111 110000 0 111011 1000 1101100 1001101 1000001

Color Harmonies of #7AEA5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AEA5F

Black with #7AEA5F

Text Example


Text Example

White with #7AEA5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,234,95); }

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

background-color css

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

 a { background-color: rgb(122,234,95); }

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

border-color css

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

 span { border-color: rgb(122,234,95); }

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