Html Css Color HEX #7AD072 Pastel Green

📋 copy color: '#7AD072'

red 122 ◦ green 208 ◦ blue 114

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

Shades of Pastel Green #7AD072

Tints of Pastel Green #7AD072

RGB

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

 GREEN value IS 208 (81.64% from 255) = 46.85%

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

R = 27.48%
G = 46.85%
B = 25.68%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#7AD072 (or 0x7AD072) is known color: Pastel Green. HEX triplet: 7A, D0 and 72. RGB value is (122,208,114). Sum of RGB (Red+Green+Blue) = 122+208+114=444 (58% of max value = 765). Red value is 122 (48.05% from 255 or 27.48% from 444); Green value is 208 (81.64% from 255 or 46.85% from 444); Blue value is 114 (44.92% from 255 or 25.68% from 444); Max value from RGB is 208 - color contains mainly: green. Hex color #7AD072 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AD072 is #852F8D. Grayscale: #ABABAB. Windows color (decimal): -8728462 or 7524474. OLE color: 7524474.

HSL color Cylindrical-coordinate representation of color #7AD072: hue angle of 114.89º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7AD072 is Cyan = 0.41, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.18.

Color convert

RGB 122 208 114 -
CMYK 0.41 0 0.45 0.18
HSL 114.89º 0.5% 0.63% -
HSV(B) 114.89º 0.45% 0.82% -
XYZ 33.62 50.46 23.89 -
YUV 171.57 95.51 92.64 -
System Red Green Blue C M Y K H S L
Decimal 122 208 114 0.41 0 0.45 0.18 114.89 0.5 0.63
Hex 7A D0 72 29 0 2D 12 73 32 3F
Octal 172 320 162 51 0 55 22 163 62 77
Binary 1111010 11010000 1110010 101001 0 101101 10010 1110011 110010 111111

Color Harmonies of #7AD072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AD072

Black with #7AD072

Text Example


Text Example

White with #7AD072

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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