Html Css Color HEX #7AF074 Pastel Green

📋 copy color: '#7AF074'

red 122 ◦ green 240 ◦ blue 116

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

Shades of Pastel Green #7AF074

Tints of Pastel Green #7AF074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 24.27%

R = 25.52%
G = 50.21%
B = 24.27%

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

#7AF074 (or 0x7AF074) is known color: Pastel Green. HEX triplet: 7A, F0 and 74. RGB value is (122,240,116). Sum of RGB (Red+Green+Blue) = 122+240+116=478 (63% of max value = 765). Red value is 122 (48.05% from 255 or 25.52% from 478); Green value is 240 (94.14% from 255 or 50.21% from 478); Blue value is 116 (45.70% from 255 or 24.27% from 478); Max value from RGB is 240 - color contains mainly: green. Hex color #7AF074 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7AF074 is #850F8B. Grayscale: #BEBEBE. Windows color (decimal): -8720268 or 7663738. OLE color: 7663738.

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

Color convert

RGB 122 240 116 -
CMYK 0.49 0 0.52 0.06
HSL 117.1º 0.81% 0.7% -
HSV(B) 117.1º 0.52% 0.94% -
XYZ 42.34 67.72 27.36 -
YUV 190.58 85.91 79.08 -
System Red Green Blue C M Y K H S L
Decimal 122 240 116 0.49 0 0.52 0.06 117.1 0.81 0.7
Hex 7A F0 74 31 0 34 6 75 51 46
Octal 172 360 164 61 0 64 6 165 121 106
Binary 1111010 11110000 1110100 110001 0 110100 110 1110101 1010001 1000110

Color Harmonies of #7AF074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AF074

Black with #7AF074

Text Example


Text Example

White with #7AF074

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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