Html Css Color HEX #6AF085 Pastel Green

📋 copy color: '#6AF085'

red 106 ◦ green 240 ◦ blue 133

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

Shades of Pastel Green #6AF085

Tints of Pastel Green #6AF085

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 27.77%

R = 22.13%
G = 50.1%
B = 27.77%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.45

 K value IS 0.06

RGB Variations

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

Color information

#6AF085 (or 0x6AF085) is known color: Pastel Green. HEX triplet: 6A, F0 and 85. RGB value is (106,240,133). Sum of RGB (Red+Green+Blue) = 106+240+133=479 (63% of max value = 765). Red value is 106 (41.80% from 255 or 22.13% from 479); Green value is 240 (94.14% from 255 or 50.10% from 479); Blue value is 133 (52.34% from 255 or 27.77% from 479); Max value from RGB is 240 - color contains mainly: green. Hex color #6AF085 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6AF085 is #950F7A. Grayscale: #BCBCBC. Windows color (decimal): -9768827 or 8777834. OLE color: 8777834.

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

Color convert

RGB 106 240 133 -
CMYK 0.56 0 0.45 0.06
HSL 132.09º 0.82% 0.68% -
HSV(B) 132.09º 0.56% 0.94% -
XYZ 41.34 67.08 32.96 -
YUV 187.74 97.11 69.7 -
System Red Green Blue C M Y K H S L
Decimal 106 240 133 0.56 0 0.45 0.06 132.09 0.82 0.68
Hex 6A F0 85 38 0 2D 6 84 52 44
Octal 152 360 205 70 0 55 6 204 122 104
Binary 1101010 11110000 10000101 111000 0 101101 110 10000100 1010010 1000100

Color Harmonies of #6AF085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AF085

Black with #6AF085

Text Example


Text Example

White with #6AF085

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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