Html Css Color HEX #6AF27F Pastel Green

📋 copy color: '#6AF27F'

red 106 ◦ green 242 ◦ blue 127

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

Shades of Pastel Green #6AF27F

Tints of Pastel Green #6AF27F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 26.74%

R = 22.32%
G = 50.95%
B = 26.74%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.48

 K value IS 0.05

RGB Variations

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

Color information

#6AF27F (or 0x6AF27F) is known color: Pastel Green. HEX triplet: 6A, F2 and 7F. RGB value is (106,242,127). Sum of RGB (Red+Green+Blue) = 106+242+127=475 (62% of max value = 765). Red value is 106 (41.80% from 255 or 22.32% from 475); Green value is 242 (94.92% from 255 or 50.95% from 475); Blue value is 127 (50% from 255 or 26.74% from 475); Max value from RGB is 242 - color contains mainly: green. Hex color #6AF27F is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #6AF27F is #950D80. Grayscale: #BCBCBC. Windows color (decimal): -9768321 or 8385130. OLE color: 8385130.

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

Color convert

RGB 106 242 127 -
CMYK 0.56 0 0.48 0.05
HSL 129.26º 0.84% 0.68% -
HSV(B) 129.26º 0.56% 0.95% -
XYZ 41.53 68.1 31.03 -
YUV 188.23 93.44 69.35 -
System Red Green Blue C M Y K H S L
Decimal 106 242 127 0.56 0 0.48 0.05 129.26 0.84 0.68
Hex 6A F2 7F 38 0 30 5 81 54 44
Octal 152 362 177 70 0 60 5 201 124 104
Binary 1101010 11110010 1111111 111000 0 110000 101 10000001 1010100 1000100

Color Harmonies of #6AF27F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AF27F

Black with #6AF27F

Text Example


Text Example

White with #6AF27F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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