Html Css Color HEX #6AD272 Pastel Green

📋 copy color: '#6AD272'

red 106 ◦ green 210 ◦ blue 114

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

Shades of Pastel Green #6AD272

Tints of Pastel Green #6AD272

RGB

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

 GREEN value IS 210 (82.42% from 255) = 48.84%

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

R = 24.65%
G = 48.84%
B = 26.51%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.46

 K value IS 0.18

RGB Variations

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

Color information

#6AD272 (or 0x6AD272) is known color: Pastel Green. HEX triplet: 6A, D2 and 72. RGB value is (106,210,114). Sum of RGB (Red+Green+Blue) = 106+210+114=430 (56% of max value = 765). Red value is 106 (41.80% from 255 or 24.65% from 430); Green value is 210 (82.42% from 255 or 48.84% from 430); Blue value is 114 (44.92% from 255 or 26.51% from 430); Max value from RGB is 210 - color contains mainly: green. Hex color #6AD272 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6AD272 is #952D8D. Grayscale: #A8A8A8. Windows color (decimal): -9776526 or 7524970. OLE color: 7524970.

HSL color Cylindrical-coordinate representation of color #6AD272: hue angle of 124.62º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6AD272 is Cyan = 0.50, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.

Color convert

RGB 106 210 114 -
CMYK 0.50 0 0.46 0.18
HSL 124.62º 0.54% 0.62% -
HSV(B) 124.62º 0.5% 0.82% -
XYZ 32.03 50.37 23.95 -
YUV 167.96 97.54 83.81 -
System Red Green Blue C M Y K H S L
Decimal 106 210 114 0.50 0 0.46 0.18 124.62 0.54 0.62
Hex 6A D2 72 32 0 2E 12 7D 36 3E
Octal 152 322 162 62 0 56 22 175 66 76
Binary 1101010 11010010 1110010 110010 0 101110 10010 1111101 110110 111110

Color Harmonies of #6AD272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AD272

Black with #6AD272

Text Example


Text Example

White with #6AD272

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,210,114); }

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

background-color css

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

 a { background-color: rgb(106,210,114); }

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

border-color css

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

 span { border-color: rgb(106,210,114); }

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