Html Css Color HEX #7AD069 Pastel Green

📋 copy color: '#7AD069'

red 122 ◦ green 208 ◦ blue 105

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

Shades of Pastel Green #7AD069

Tints of Pastel Green #7AD069

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 24.14%

R = 28.05%
G = 47.82%
B = 24.14%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.50

 K value IS 0.18

RGB Variations

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

Color information

#7AD069 (or 0x7AD069) is known color: Pastel Green. HEX triplet: 7A, D0 and 69. RGB value is (122,208,105). Sum of RGB (Red+Green+Blue) = 122+208+105=435 (57% of max value = 765). Red value is 122 (48.05% from 255 or 28.05% from 435); Green value is 208 (81.64% from 255 or 47.82% from 435); Blue value is 105 (41.41% from 255 or 24.14% from 435); Max value from RGB is 208 - color contains mainly: green. Hex color #7AD069 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AD069 is #852F96. Grayscale: #AAAAAA. Windows color (decimal): -8728471 or 6934650. OLE color: 6934650.

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

Color convert

RGB 122 208 105 -
CMYK 0.41 0 0.50 0.18
HSL 110.1º 0.52% 0.61% -
HSV(B) 110.1º 0.5% 0.82% -
XYZ 33.13 50.27 21.32 -
YUV 170.54 91.01 93.38 -
System Red Green Blue C M Y K H S L
Decimal 122 208 105 0.41 0 0.50 0.18 110.1 0.52 0.61
Hex 7A D0 69 29 0 32 12 6E 34 3D
Octal 172 320 151 51 0 62 22 156 64 75
Binary 1111010 11010000 1101001 101001 0 110010 10010 1101110 110100 111101

Color Harmonies of #7AD069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AD069

Black with #7AD069

Text Example


Text Example

White with #7AD069

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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