Html Css Color HEX #7AD06A Pastel Green

📋 copy color: '#7AD06A'

red 122 ◦ green 208 ◦ blue 106

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

Shades of Pastel Green #7AD06A

Tints of Pastel Green #7AD06A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 24.31%

R = 27.98%
G = 47.71%
B = 24.31%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.49

 K value IS 0.18

RGB Variations

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

Color information

#7AD06A (or 0x7AD06A) is known color: Pastel Green. HEX triplet: 7A, D0 and 6A. RGB value is (122,208,106). Sum of RGB (Red+Green+Blue) = 122+208+106=436 (57% of max value = 765). Red value is 122 (48.05% from 255 or 27.98% from 436); Green value is 208 (81.64% from 255 or 47.71% from 436); Blue value is 106 (41.80% from 255 or 24.31% from 436); Max value from RGB is 208 - color contains mainly: green. Hex color #7AD06A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AD06A is #852F95. Grayscale: #AAAAAA. Windows color (decimal): -8728470 or 7000186. OLE color: 7000186.

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

Color convert

RGB 122 208 106 -
CMYK 0.41 0 0.49 0.18
HSL 110.59º 0.52% 0.62% -
HSV(B) 110.59º 0.49% 0.82% -
XYZ 33.18 50.29 21.59 -
YUV 170.66 91.51 93.29 -
System Red Green Blue C M Y K H S L
Decimal 122 208 106 0.41 0 0.49 0.18 110.59 0.52 0.62
Hex 7A D0 6A 29 0 31 12 6F 34 3E
Octal 172 320 152 51 0 61 22 157 64 76
Binary 1111010 11010000 1101010 101001 0 110001 10010 1101111 110100 111110

Color Harmonies of #7AD06A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AD06A

Black with #7AD06A

Text Example


Text Example

White with #7AD06A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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