Html Css Color HEX #7AF27A Pastel Green

📋 copy color: '#7AF27A'

red 122 ◦ green 242 ◦ blue 122

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

Shades of Pastel Green #7AF27A

Tints of Pastel Green #7AF27A

RGB

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

 GREEN value IS 242 (94.92% from 255) = 49.79%

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

R = 25.1%
G = 49.79%
B = 25.1%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.50

 K value IS 0.05

RGB Variations

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

Color information

#7AF27A (or 0x7AF27A) is known color: Pastel Green. HEX triplet: 7A, F2 and 7A. RGB value is (122,242,122). Sum of RGB (Red+Green+Blue) = 122+242+122=486 (64% of max value = 765). Red value is 122 (48.05% from 255 or 25.10% from 486); Green value is 242 (94.92% from 255 or 49.79% from 486); Blue value is 122 (48.05% from 255 or 25.10% from 486); Max value from RGB is 242 - color contains mainly: green. Hex color #7AF27A is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7AF27A is #850D85. Grayscale: #C0C0C0. Windows color (decimal): -8719750 or 8057466. OLE color: 8057466.

HSL color Cylindrical-coordinate representation of color #7AF27A: hue angle of 120º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7AF27A is Cyan = 0.50, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.05.

Color convert

RGB 122 242 122 -
CMYK 0.50 0 0.50 0.05
HSL 120º 0.82% 0.71% -
HSV(B) 120º 0.5% 0.95% -
XYZ 43.29 69.05 29.46 -
YUV 192.44 88.24 77.76 -
System Red Green Blue C M Y K H S L
Decimal 122 242 122 0.50 0 0.50 0.05 120 0.82 0.71
Hex 7A F2 7A 32 0 32 5 78 52 47
Octal 172 362 172 62 0 62 5 170 122 107
Binary 1111010 11110010 1111010 110010 0 110010 101 1111000 1010010 1000111

Color Harmonies of #7AF27A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AF27A

Black with #7AF27A

Text Example


Text Example

White with #7AF27A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,242,122); }

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

background-color css

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

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

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

border-color css

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

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

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