Html Css Color HEX #7AF482 Pastel Green

📋 copy color: '#7AF482'

red 122 ◦ green 244 ◦ blue 130

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

Shades of Pastel Green #7AF482

Tints of Pastel Green #7AF482

RGB

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

 GREEN value IS 244 (95.7% from 255) = 49.19%

 BLUE value IS 130 (51.17% from 255) = 26.21%

R = 24.6%
G = 49.19%
B = 26.21%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.47

 K value IS 0.04

RGB Variations

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

Color information

#7AF482 (or 0x7AF482) is known color: Pastel Green. HEX triplet: 7A, F4 and 82. RGB value is (122,244,130). Sum of RGB (Red+Green+Blue) = 122+244+130=496 (65% of max value = 765). Red value is 122 (48.05% from 255 or 24.60% from 496); Green value is 244 (95.70% from 255 or 49.19% from 496); Blue value is 130 (51.17% from 255 or 26.21% from 496); Max value from RGB is 244 - color contains mainly: green. Hex color #7AF482 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7AF482 is #850B7D. Grayscale: #C2C2C2. Windows color (decimal): -8719230 or 8582266. OLE color: 8582266.

HSL color Cylindrical-coordinate representation of color #7AF482: hue angle of 123.93º degrees, saturation: 0.85, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7AF482 is Cyan = 0.5, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.04.

Color convert

RGB 122 244 130 -
CMYK 0.5 0 0.47 0.04
HSL 123.93º 0.85% 0.72% -
HSV(B) 123.93º 0.5% 0.96% -
XYZ 44.41 70.45 32.38 -
YUV 194.53 91.58 76.27 -
System Red Green Blue C M Y K H S L
Decimal 122 244 130 0.5 0 0.47 0.04 123.93 0.85 0.72
Hex 7A F4 82 32 0 2F 4 7C 55 48
Octal 172 364 202 62 0 57 4 174 125 110
Binary 1111010 11110100 10000010 110010 0 101111 100 1111100 1010101 1001000

Color Harmonies of #7AF482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AF482

Black with #7AF482

Text Example


Text Example

White with #7AF482

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,244,130); }

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

background-color css

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

 a { background-color: rgb(122,244,130); }

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

border-color css

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

 span { border-color: rgb(122,244,130); }

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