Html Css Color HEX #6AF28E Pastel Green

📋 copy color: '#6AF28E'

red 106 ◦ green 242 ◦ blue 142

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

Shades of Pastel Green #6AF28E

Tints of Pastel Green #6AF28E

RGB

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

 GREEN value IS 242 (94.92% from 255) = 49.39%

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

R = 21.63%
G = 49.39%
B = 28.98%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.41

 K value IS 0.05

RGB Variations

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

Color information

#6AF28E (or 0x6AF28E) is known color: Pastel Green. HEX triplet: 6A, F2 and 8E. RGB value is (106,242,142). Sum of RGB (Red+Green+Blue) = 106+242+142=490 (64% of max value = 765). Red value is 106 (41.80% from 255 or 21.63% from 490); Green value is 242 (94.92% from 255 or 49.39% from 490); Blue value is 142 (55.86% from 255 or 28.98% from 490); Max value from RGB is 242 - color contains mainly: green. Hex color #6AF28E is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6AF28E is #950D71. Grayscale: #BEBEBE. Windows color (decimal): -9768306 or 9368170. OLE color: 9368170.

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

Color convert

RGB 106 242 142 -
CMYK 0.56 0 0.41 0.05
HSL 135.88º 0.84% 0.68% -
HSV(B) 135.88º 0.56% 0.95% -
XYZ 42.58 68.52 36.57 -
YUV 189.94 100.94 68.13 -
System Red Green Blue C M Y K H S L
Decimal 106 242 142 0.56 0 0.41 0.05 135.88 0.84 0.68
Hex 6A F2 8E 38 0 29 5 88 54 44
Octal 152 362 216 70 0 51 5 210 124 104
Binary 1101010 11110010 10001110 111000 0 101001 101 10001000 1010100 1000100

Color Harmonies of #6AF28E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AF28E

Black with #6AF28E

Text Example


Text Example

White with #6AF28E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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