Html Css Color HEX #6AFA8F Pastel Green

📋 copy color: '#6AFA8F'

red 106 ◦ green 250 ◦ blue 143

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

Shades of Pastel Green #6AFA8F

Tints of Pastel Green #6AFA8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 28.66%

R = 21.24%
G = 50.1%
B = 28.66%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.43

 K value IS 0.02

RGB Variations

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

Color information

#6AFA8F (or 0x6AFA8F) is known color: Pastel Green. HEX triplet: 6A, FA and 8F. RGB value is (106,250,143). Sum of RGB (Red+Green+Blue) = 106+250+143=499 (66% of max value = 765). Red value is 106 (41.80% from 255 or 21.24% from 499); Green value is 250 (98.05% from 255 or 50.10% from 499); Blue value is 143 (56.25% from 255 or 28.66% from 499); Max value from RGB is 250 - color contains mainly: green. Hex color #6AFA8F is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6AFA8F is #950570. Grayscale: #C3C3C3. Windows color (decimal): -9766257 or 9435754. OLE color: 9435754.

HSL color Cylindrical-coordinate representation of color #6AFA8F: hue angle of 135.42º 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 #6AFA8F is Cyan = 0.58, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.02.

Color convert

RGB 106 250 143 -
CMYK 0.58 0 0.43 0.02
HSL 135.42º 0.94% 0.7% -
HSV(B) 135.42º 0.58% 0.98% -
XYZ 45.09 73.42 37.78 -
YUV 194.75 98.79 64.7 -
System Red Green Blue C M Y K H S L
Decimal 106 250 143 0.58 0 0.43 0.02 135.42 0.94 0.7
Hex 6A FA 8F 3A 0 2B 2 87 5E 46
Octal 152 372 217 72 0 53 2 207 136 106
Binary 1101010 11111010 10001111 111010 0 101011 10 10000111 1011110 1000110

Color Harmonies of #6AFA8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AFA8F

Black with #6AFA8F

Text Example


Text Example

White with #6AFA8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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