Html Css Color HEX #7AF270 Pastel Green

📋 copy color: '#7AF270'

red 122 ◦ green 242 ◦ blue 112

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

Shades of Pastel Green #7AF270

Tints of Pastel Green #7AF270

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 23.53%

R = 25.63%
G = 50.84%
B = 23.53%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.54

 K value IS 0.05

RGB Variations

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

Color information

#7AF270 (or 0x7AF270) is known color: Pastel Green. HEX triplet: 7A, F2 and 70. RGB value is (122,242,112). Sum of RGB (Red+Green+Blue) = 122+242+112=476 (63% of max value = 765). Red value is 122 (48.05% from 255 or 25.63% from 476); Green value is 242 (94.92% from 255 or 50.84% from 476); Blue value is 112 (44.14% from 255 or 23.53% from 476); Max value from RGB is 242 - color contains mainly: green. Hex color #7AF270 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7AF270 is #850D8F. Grayscale: #BFBFBF. Windows color (decimal): -8719760 or 7402106. OLE color: 7402106.

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

Color convert

RGB 122 242 112 -
CMYK 0.50 0 0.54 0.05
HSL 115.38º 0.83% 0.69% -
HSV(B) 115.38º 0.54% 0.95% -
XYZ 42.7 68.81 26.36 -
YUV 191.3 83.24 78.57 -
System Red Green Blue C M Y K H S L
Decimal 122 242 112 0.50 0 0.54 0.05 115.38 0.83 0.69
Hex 7A F2 70 32 0 36 5 73 53 45
Octal 172 362 160 62 0 66 5 163 123 105
Binary 1111010 11110010 1110000 110010 0 110110 101 1110011 1010011 1000101

Color Harmonies of #7AF270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AF270

Black with #7AF270

Text Example


Text Example

White with #7AF270

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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