Html Css Color HEX #6AF293 Pastel Green

📋 copy color: '#6AF293'

red 106 ◦ green 242 ◦ blue 147

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

Shades of Pastel Green #6AF293

Tints of Pastel Green #6AF293

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 29.7%

R = 21.41%
G = 48.89%
B = 29.7%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.39

 K value IS 0.05

RGB Variations

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

Color information

#6AF293 (or 0x6AF293) is known color: Pastel Green. HEX triplet: 6A, F2 and 93. RGB value is (106,242,147). Sum of RGB (Red+Green+Blue) = 106+242+147=495 (65% of max value = 765). Red value is 106 (41.80% from 255 or 21.41% from 495); Green value is 242 (94.92% from 255 or 48.89% from 495); Blue value is 147 (57.81% from 255 or 29.70% from 495); Max value from RGB is 242 - color contains mainly: green. Hex color #6AF293 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6AF293 is #950D6C. Grayscale: #BEBEBE. Windows color (decimal): -9768301 or 9695850. OLE color: 9695850.

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

Color convert

RGB 106 242 147 -
CMYK 0.56 0 0.39 0.05
HSL 138.09º 0.84% 0.68% -
HSV(B) 138.09º 0.56% 0.95% -
XYZ 42.96 68.68 38.6 -
YUV 190.51 103.44 67.72 -
System Red Green Blue C M Y K H S L
Decimal 106 242 147 0.56 0 0.39 0.05 138.09 0.84 0.68
Hex 6A F2 93 38 0 27 5 8A 54 44
Octal 152 362 223 70 0 47 5 212 124 104
Binary 1101010 11110010 10010011 111000 0 100111 101 10001010 1010100 1000100

Color Harmonies of #6AF293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AF293

Black with #6AF293

Text Example


Text Example

White with #6AF293

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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