Html Css Color HEX #6AF17D Pastel Green

📋 copy color: '#6AF17D'

red 106 ◦ green 241 ◦ blue 125

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

Shades of Pastel Green #6AF17D

Tints of Pastel Green #6AF17D

RGB

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

 GREEN value IS 241 (94.53% from 255) = 51.06%

 BLUE value IS 125 (49.22% from 255) = 26.48%

R = 22.46%
G = 51.06%
B = 26.48%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.48

 K value IS 0.05

RGB Variations

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

Color information

#6AF17D (or 0x6AF17D) is known color: Pastel Green. HEX triplet: 6A, F1 and 7D. RGB value is (106,241,125). Sum of RGB (Red+Green+Blue) = 106+241+125=472 (62% of max value = 765). Red value is 106 (41.80% from 255 or 22.46% from 472); Green value is 241 (94.53% from 255 or 51.06% from 472); Blue value is 125 (49.22% from 255 or 26.48% from 472); Max value from RGB is 241 - color contains mainly: green. Hex color #6AF17D is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #6AF17D is #950E82. Grayscale: #BBBBBB. Windows color (decimal): -9768579 or 8253802. OLE color: 8253802.

HSL color Cylindrical-coordinate representation of color #6AF17D: hue angle of 128.44º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6AF17D is Cyan = 0.56, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.05.

Color convert

RGB 106 241 125 -
CMYK 0.56 0 0.48 0.05
HSL 128.44º 0.83% 0.68% -
HSV(B) 128.44º 0.56% 0.95% -
XYZ 41.1 67.46 30.26 -
YUV 187.41 92.77 69.93 -
System Red Green Blue C M Y K H S L
Decimal 106 241 125 0.56 0 0.48 0.05 128.44 0.83 0.68
Hex 6A F1 7D 38 0 30 5 80 53 44
Octal 152 361 175 70 0 60 5 200 123 104
Binary 1101010 11110001 1111101 111000 0 110000 101 10000000 1010011 1000100

Color Harmonies of #6AF17D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AF17D

Black with #6AF17D

Text Example


Text Example

White with #6AF17D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,241,125); }

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

background-color css

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

 a { background-color: rgb(106,241,125); }

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

border-color css

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

 span { border-color: rgb(106,241,125); }

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