Html Css Color HEX #6AF68E Pastel Green

📋 copy color: '#6AF68E'

red 106 ◦ green 246 ◦ blue 142

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

Shades of Pastel Green #6AF68E

Tints of Pastel Green #6AF68E

RGB

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

 GREEN value IS 246 (96.48% from 255) = 49.8%

 BLUE value IS 142 (55.86% from 255) = 28.74%

R = 21.46%
G = 49.8%
B = 28.74%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.42

 K value IS 0.04

RGB Variations

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

Color information

#6AF68E (or 0x6AF68E) is known color: Pastel Green. HEX triplet: 6A, F6 and 8E. RGB value is (106,246,142). Sum of RGB (Red+Green+Blue) = 106+246+142=494 (65% of max value = 765). Red value is 106 (41.80% from 255 or 21.46% from 494); Green value is 246 (96.48% from 255 or 49.80% from 494); Blue value is 142 (55.86% from 255 or 28.74% from 494); Max value from RGB is 246 - color contains mainly: green. Hex color #6AF68E is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6AF68E is #950971. Grayscale: #C0C0C0. Windows color (decimal): -9767282 or 9369194. OLE color: 9369194.

HSL color Cylindrical-coordinate representation of color #6AF68E: hue angle of 135.43º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6AF68E is Cyan = 0.57, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.04.

Color convert

RGB 106 246 142 -
CMYK 0.57 0 0.42 0.04
HSL 135.43º 0.89% 0.69% -
HSV(B) 135.43º 0.57% 0.96% -
XYZ 43.78 70.93 36.97 -
YUV 192.28 99.62 66.46 -
System Red Green Blue C M Y K H S L
Decimal 106 246 142 0.57 0 0.42 0.04 135.43 0.89 0.69
Hex 6A F6 8E 39 0 2A 4 87 59 45
Octal 152 366 216 71 0 52 4 207 131 105
Binary 1101010 11110110 10001110 111001 0 101010 100 10000111 1011001 1000101

Color Harmonies of #6AF68E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AF68E

Black with #6AF68E

Text Example


Text Example

White with #6AF68E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,246,142); }

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

background-color css

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

 a { background-color: rgb(106,246,142); }

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

border-color css

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

 span { border-color: rgb(106,246,142); }

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