Html Css Color HEX #7ADC66 Pastel Green

📋 copy color: '#7ADC66'

red 122 ◦ green 220 ◦ blue 102

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

Shades of Pastel Green #7ADC66

Tints of Pastel Green #7ADC66

RGB

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

 GREEN value IS 220 (86.33% from 255) = 49.55%

 BLUE value IS 102 (40.23% from 255) = 22.97%

R = 27.48%
G = 49.55%
B = 22.97%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.54

 K value IS 0.14

RGB Variations

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

Color information

#7ADC66 (or 0x7ADC66) is known color: Pastel Green. HEX triplet: 7A, DC and 66. RGB value is (122,220,102). Sum of RGB (Red+Green+Blue) = 122+220+102=444 (58% of max value = 765). Red value is 122 (48.05% from 255 or 27.48% from 444); Green value is 220 (86.33% from 255 or 49.55% from 444); Blue value is 102 (40.23% from 255 or 22.97% from 444); Max value from RGB is 220 - color contains mainly: green. Hex color #7ADC66 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ADC66 is #852399. Grayscale: #B1B1B1. Windows color (decimal): -8725402 or 6741114. OLE color: 6741114.

HSL color Cylindrical-coordinate representation of color #7ADC66: hue angle of 109.83º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7ADC66 is Cyan = 0.45, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.14.

Color convert

RGB 122 220 102 -
CMYK 0.45 0 0.54 0.14
HSL 109.83º 0.63% 0.63% -
HSV(B) 109.83º 0.54% 0.86% -
XYZ 36.02 56.28 21.54 -
YUV 177.25 85.53 88.59 -
System Red Green Blue C M Y K H S L
Decimal 122 220 102 0.45 0 0.54 0.14 109.83 0.63 0.63
Hex 7A DC 66 2D 0 36 E 6E 3F 3F
Octal 172 334 146 55 0 66 16 156 77 77
Binary 1111010 11011100 1100110 101101 0 110110 1110 1101110 111111 111111

Color Harmonies of #7ADC66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ADC66

Black with #7ADC66

Text Example


Text Example

White with #7ADC66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,220,102); }

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

background-color css

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

 a { background-color: rgb(122,220,102); }

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

border-color css

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

 span { border-color: rgb(122,220,102); }

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