Html Css Color HEX #6ADA70 Pastel Green

📋 copy color: '#6ADA70'

red 106 ◦ green 218 ◦ blue 112

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

Shades of Pastel Green #6ADA70

Tints of Pastel Green #6ADA70

RGB

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

 GREEN value IS 218 (85.55% from 255) = 50%

 BLUE value IS 112 (44.14% from 255) = 25.69%

R = 24.31%
G = 50%
B = 25.69%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#6ADA70 (or 0x6ADA70) is known color: Pastel Green. HEX triplet: 6A, DA and 70. RGB value is (106,218,112). Sum of RGB (Red+Green+Blue) = 106+218+112=436 (57% of max value = 765). Red value is 106 (41.80% from 255 or 24.31% from 436); Green value is 218 (85.55% from 255 or 50% from 436); Blue value is 112 (44.14% from 255 or 25.69% from 436); Max value from RGB is 218 - color contains mainly: green. Hex color #6ADA70 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6ADA70 is #95258F. Grayscale: #ACACAC. Windows color (decimal): -9774480 or 7395946. OLE color: 7395946.

HSL color Cylindrical-coordinate representation of color #6ADA70: hue angle of 123.21º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6ADA70 is Cyan = 0.51, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.15.

Color convert

RGB 106 218 112 -
CMYK 0.51 0 0.49 0.15
HSL 123.21º 0.6% 0.64% -
HSV(B) 123.21º 0.51% 0.85% -
XYZ 33.94 54.38 24.04 -
YUV 172.43 93.89 80.62 -
System Red Green Blue C M Y K H S L
Decimal 106 218 112 0.51 0 0.49 0.15 123.21 0.6 0.64
Hex 6A DA 70 33 0 31 F 7B 3C 40
Octal 152 332 160 63 0 61 17 173 74 100
Binary 1101010 11011010 1110000 110011 0 110001 1111 1111011 111100 1000000

Color Harmonies of #6ADA70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ADA70

Black with #6ADA70

Text Example


Text Example

White with #6ADA70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6ADA70; }

 p { color: rgb(106,218,112); }

 H1.HeaderClassName
 {
   color: #6ADA70;
 }
 .AnyTagClassName
 {
   color: #6ADA70;
 }
</style>

background-color css

<style>
 a { background-color: #6ADA70; }

 a { background-color: rgb(106,218,112); }

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

border-color css

<style>
 span { border-color: #6ADA70; }

 span { border-color: rgb(106,218,112); }

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