Html Css Color HEX #6AF391 Pastel Green

📋 copy color: '#6AF391'

red 106 ◦ green 243 ◦ blue 145

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

Shades of Pastel Green #6AF391

Tints of Pastel Green #6AF391

RGB

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

 GREEN value IS 243 (95.31% from 255) = 49.19%

 BLUE value IS 145 (57.03% from 255) = 29.35%

R = 21.46%
G = 49.19%
B = 29.35%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.40

 K value IS 0.05

RGB Variations

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

Color information

#6AF391 (or 0x6AF391) is known color: Pastel Green. HEX triplet: 6A, F3 and 91. RGB value is (106,243,145). Sum of RGB (Red+Green+Blue) = 106+243+145=494 (65% of max value = 765). Red value is 106 (41.80% from 255 or 21.46% from 494); Green value is 243 (95.31% from 255 or 49.19% from 494); Blue value is 145 (57.03% from 255 or 29.35% from 494); Max value from RGB is 243 - color contains mainly: green. Hex color #6AF391 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6AF391 is #950C6E. Grayscale: #BFBFBF. Windows color (decimal): -9768047 or 9565034. OLE color: 9565034.

HSL color Cylindrical-coordinate representation of color #6AF391: hue angle of 137.08º degrees, saturation: 0.85, 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 #6AF391 is Cyan = 0.56, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.05.

Color convert

RGB 106 243 145 -
CMYK 0.56 0 0.40 0.05
HSL 137.08º 0.85% 0.68% -
HSV(B) 137.08º 0.56% 0.95% -
XYZ 43.11 69.21 37.87 -
YUV 190.87 102.11 67.47 -
System Red Green Blue C M Y K H S L
Decimal 106 243 145 0.56 0 0.40 0.05 137.08 0.85 0.68
Hex 6A F3 91 38 0 28 5 89 55 44
Octal 152 363 221 70 0 50 5 211 125 104
Binary 1101010 11110011 10010001 111000 0 101000 101 10001001 1010101 1000100

Color Harmonies of #6AF391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AF391

Black with #6AF391

Text Example


Text Example

White with #6AF391

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,243,145); }

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

background-color css

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

 a { background-color: rgb(106,243,145); }

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

border-color css

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

 span { border-color: rgb(106,243,145); }

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