Html Css Color HEX #6AF082 Pastel Green

📋 copy color: '#6AF082'

red 106 ◦ green 240 ◦ blue 130

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

Shades of Pastel Green #6AF082

Tints of Pastel Green #6AF082

RGB

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

 GREEN value IS 240 (94.14% from 255) = 50.42%

 BLUE value IS 130 (51.17% from 255) = 27.31%

R = 22.27%
G = 50.42%
B = 27.31%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.46

 K value IS 0.06

RGB Variations

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

Color information

#6AF082 (or 0x6AF082) is known color: Pastel Green. HEX triplet: 6A, F0 and 82. RGB value is (106,240,130). Sum of RGB (Red+Green+Blue) = 106+240+130=476 (63% of max value = 765). Red value is 106 (41.80% from 255 or 22.27% from 476); Green value is 240 (94.14% from 255 or 50.42% from 476); Blue value is 130 (51.17% from 255 or 27.31% from 476); Max value from RGB is 240 - color contains mainly: green. Hex color #6AF082 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6AF082 is #950F7D. Grayscale: #BBBBBB. Windows color (decimal): -9768830 or 8581226. OLE color: 8581226.

HSL color Cylindrical-coordinate representation of color #6AF082: hue angle of 130.75º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6AF082 is Cyan = 0.56, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.06.

Color convert

RGB 106 240 130 -
CMYK 0.56 0 0.46 0.06
HSL 130.75º 0.82% 0.68% -
HSV(B) 130.75º 0.56% 0.94% -
XYZ 41.13 67 31.88 -
YUV 187.39 95.61 69.94 -
System Red Green Blue C M Y K H S L
Decimal 106 240 130 0.56 0 0.46 0.06 130.75 0.82 0.68
Hex 6A F0 82 38 0 2E 6 83 52 44
Octal 152 360 202 70 0 56 6 203 122 104
Binary 1101010 11110000 10000010 111000 0 101110 110 10000011 1010010 1000100

Color Harmonies of #6AF082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AF082

Black with #6AF082

Text Example


Text Example

White with #6AF082

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,240,130); }

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

background-color css

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

 a { background-color: rgb(106,240,130); }

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

border-color css

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

 span { border-color: rgb(106,240,130); }

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