Html Css Color HEX #7AF072 Pastel Green

📋 copy color: '#7AF072'

red 122 ◦ green 240 ◦ blue 114

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

Shades of Pastel Green #7AF072

Tints of Pastel Green #7AF072

RGB

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

 GREEN value IS 240 (94.14% from 255) = 50.42%

 BLUE value IS 114 (44.92% from 255) = 23.95%

R = 25.63%
G = 50.42%
B = 23.95%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.52

 K value IS 0.06

RGB Variations

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

Color information

#7AF072 (or 0x7AF072) is known color: Pastel Green. HEX triplet: 7A, F0 and 72. RGB value is (122,240,114). Sum of RGB (Red+Green+Blue) = 122+240+114=476 (63% of max value = 765). Red value is 122 (48.05% from 255 or 25.63% from 476); Green value is 240 (94.14% from 255 or 50.42% from 476); Blue value is 114 (44.92% from 255 or 23.95% from 476); Max value from RGB is 240 - color contains mainly: green. Hex color #7AF072 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7AF072 is #850F8D. Grayscale: #BEBEBE. Windows color (decimal): -8720270 or 7532666. OLE color: 7532666.

HSL color Cylindrical-coordinate representation of color #7AF072: hue angle of 116.19º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7AF072 is Cyan = 0.49, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.06.

Color convert

RGB 122 240 114 -
CMYK 0.49 0 0.52 0.06
HSL 116.19º 0.81% 0.69% -
HSV(B) 116.19º 0.53% 0.94% -
XYZ 42.22 67.67 26.76 -
YUV 190.35 84.91 79.25 -
System Red Green Blue C M Y K H S L
Decimal 122 240 114 0.49 0 0.52 0.06 116.19 0.81 0.69
Hex 7A F0 72 31 0 34 6 74 51 45
Octal 172 360 162 61 0 64 6 164 121 105
Binary 1111010 11110000 1110010 110001 0 110100 110 1110100 1010001 1000101

Color Harmonies of #7AF072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AF072

Black with #7AF072

Text Example


Text Example

White with #7AF072

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,240,114); }

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

background-color css

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

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

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

border-color css

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

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

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