Html Css Color HEX #7AF274 Pastel Green

📋 copy color: '#7AF274'

red 122 ◦ green 242 ◦ blue 116

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

Shades of Pastel Green #7AF274

Tints of Pastel Green #7AF274

RGB

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

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

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

R = 25.42%
G = 50.42%
B = 24.17%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.52

 K value IS 0.05

RGB Variations

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

Color information

#7AF274 (or 0x7AF274) is known color: Pastel Green. HEX triplet: 7A, F2 and 74. RGB value is (122,242,116). Sum of RGB (Red+Green+Blue) = 122+242+116=480 (63% of max value = 765). Red value is 122 (48.05% from 255 or 25.42% from 480); Green value is 242 (94.92% from 255 or 50.42% from 480); Blue value is 116 (45.70% from 255 or 24.17% from 480); Max value from RGB is 242 - color contains mainly: green. Hex color #7AF274 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7AF274 is #850D8B. Grayscale: #C0C0C0. Windows color (decimal): -8719756 or 7664250. OLE color: 7664250.

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

Color convert

RGB 122 242 116 -
CMYK 0.50 0 0.52 0.05
HSL 117.14º 0.83% 0.7% -
HSV(B) 117.14º 0.52% 0.95% -
XYZ 42.93 68.9 27.56 -
YUV 191.76 85.24 78.25 -
System Red Green Blue C M Y K H S L
Decimal 122 242 116 0.50 0 0.52 0.05 117.14 0.83 0.7
Hex 7A F2 74 32 0 34 5 75 53 46
Octal 172 362 164 62 0 64 5 165 123 106
Binary 1111010 11110010 1110100 110010 0 110100 101 1110101 1010011 1000110

Color Harmonies of #7AF274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AF274

Black with #7AF274

Text Example


Text Example

White with #7AF274

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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