Html Css Color HEX #6AFA8D Pastel Green

📋 copy color: '#6AFA8D'

red 106 ◦ green 250 ◦ blue 141

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

Shades of Pastel Green #6AFA8D

Tints of Pastel Green #6AFA8D

RGB

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

 GREEN value IS 250 (98.05% from 255) = 50.3%

 BLUE value IS 141 (55.47% from 255) = 28.37%

R = 21.33%
G = 50.3%
B = 28.37%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#6AFA8D (or 0x6AFA8D) is known color: Pastel Green. HEX triplet: 6A, FA and 8D. RGB value is (106,250,141). Sum of RGB (Red+Green+Blue) = 106+250+141=497 (65% of max value = 765). Red value is 106 (41.80% from 255 or 21.33% from 497); Green value is 250 (98.05% from 255 or 50.30% from 497); Blue value is 141 (55.47% from 255 or 28.37% from 497); Max value from RGB is 250 - color contains mainly: green. Hex color #6AFA8D is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6AFA8D is #950572. Grayscale: #C2C2C2. Windows color (decimal): -9766259 or 9304682. OLE color: 9304682.

HSL color Cylindrical-coordinate representation of color #6AFA8D: hue angle of 134.58º degrees, saturation: 0.94, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6AFA8D is Cyan = 0.58, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.02.

Color convert

RGB 106 250 141 -
CMYK 0.58 0 0.44 0.02
HSL 134.58º 0.94% 0.7% -
HSV(B) 134.58º 0.58% 0.98% -
XYZ 44.94 73.36 36.99 -
YUV 194.52 97.79 64.86 -
System Red Green Blue C M Y K H S L
Decimal 106 250 141 0.58 0 0.44 0.02 134.58 0.94 0.7
Hex 6A FA 8D 3A 0 2C 2 87 5E 46
Octal 152 372 215 72 0 54 2 207 136 106
Binary 1101010 11111010 10001101 111010 0 101100 10 10000111 1011110 1000110

Color Harmonies of #6AFA8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AFA8D

Black with #6AFA8D

Text Example


Text Example

White with #6AFA8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,250,141); }

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

background-color css

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

 a { background-color: rgb(106,250,141); }

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

border-color css

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

 span { border-color: rgb(106,250,141); }

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