Html Css Color HEX #7AF674 Pastel Green

📋 copy color: '#7AF674'

red 122 ◦ green 246 ◦ blue 116

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

Shades of Pastel Green #7AF674

Tints of Pastel Green #7AF674

RGB

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

 GREEN value IS 246 (96.48% from 255) = 50.83%

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

R = 25.21%
G = 50.83%
B = 23.97%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.53

 K value IS 0.04

RGB Variations

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

Color information

#7AF674 (or 0x7AF674) is known color: Pastel Green. HEX triplet: 7A, F6 and 74. RGB value is (122,246,116). Sum of RGB (Red+Green+Blue) = 122+246+116=484 (64% of max value = 765). Red value is 122 (48.05% from 255 or 25.21% from 484); Green value is 246 (96.48% from 255 or 50.83% from 484); Blue value is 116 (45.70% from 255 or 23.97% from 484); Max value from RGB is 246 - color contains mainly: green. Hex color #7AF674 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7AF674 is #85098B. Grayscale: #C2C2C2. Windows color (decimal): -8718732 or 7665274. OLE color: 7665274.

HSL color Cylindrical-coordinate representation of color #7AF674: hue angle of 117.23º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7AF674 is Cyan = 0.50, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.04.

Color convert

RGB 122 246 116 -
CMYK 0.50 0 0.53 0.04
HSL 117.23º 0.88% 0.71% -
HSV(B) 117.23º 0.53% 0.96% -
XYZ 44.13 71.31 27.96 -
YUV 194.1 83.92 76.57 -
System Red Green Blue C M Y K H S L
Decimal 122 246 116 0.50 0 0.53 0.04 117.23 0.88 0.71
Hex 7A F6 74 32 0 35 4 75 58 47
Octal 172 366 164 62 0 65 4 165 130 107
Binary 1111010 11110110 1110100 110010 0 110101 100 1110101 1011000 1000111

Color Harmonies of #7AF674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AF674

Black with #7AF674

Text Example


Text Example

White with #7AF674

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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