Html Css Color HEX #7AED7F Pastel Green

📋 copy color: '#7AED7F'

red 122 ◦ green 237 ◦ blue 127

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

Shades of Pastel Green #7AED7F

Tints of Pastel Green #7AED7F

RGB

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

 GREEN value IS 237 (92.97% from 255) = 48.77%

 BLUE value IS 127 (50% from 255) = 26.13%

R = 25.1%
G = 48.77%
B = 26.13%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#7AED7F (or 0x7AED7F) is known color: Pastel Green. HEX triplet: 7A, ED and 7F. RGB value is (122,237,127). Sum of RGB (Red+Green+Blue) = 122+237+127=486 (64% of max value = 765). Red value is 122 (48.05% from 255 or 25.10% from 486); Green value is 237 (92.97% from 255 or 48.77% from 486); Blue value is 127 (50% from 255 or 26.13% from 486); Max value from RGB is 237 - color contains mainly: green. Hex color #7AED7F is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7AED7F is #851280. Grayscale: #BEBEBE. Windows color (decimal): -8721025 or 8383866. OLE color: 8383866.

HSL color Cylindrical-coordinate representation of color #7AED7F: hue angle of 122.61º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7AED7F is Cyan = 0.49, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.07.

Color convert

RGB 122 237 127 -
CMYK 0.49 0 0.46 0.07
HSL 122.61º 0.76% 0.7% -
HSV(B) 122.61º 0.49% 0.93% -
XYZ 42.14 66.24 30.64 -
YUV 190.08 92.4 79.44 -
System Red Green Blue C M Y K H S L
Decimal 122 237 127 0.49 0 0.46 0.07 122.61 0.76 0.7
Hex 7A ED 7F 31 0 2E 7 7B 4C 46
Octal 172 355 177 61 0 56 7 173 114 106
Binary 1111010 11101101 1111111 110001 0 101110 111 1111011 1001100 1000110

Color Harmonies of #7AED7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AED7F

Black with #7AED7F

Text Example


Text Example

White with #7AED7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,237,127); }

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

background-color css

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

 a { background-color: rgb(122,237,127); }

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

border-color css

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

 span { border-color: rgb(122,237,127); }

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