Html Css Color HEX #8AF06D Pastel Green

📋 copy color: '#8AF06D'

red 138 ◦ green 240 ◦ blue 109

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

Shades of Pastel Green #8AF06D

Tints of Pastel Green #8AF06D

RGB

 RED value IS 138 (54.3% from 255) = 28.34%

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

 BLUE value IS 109 (42.97% from 255) = 22.38%

R = 28.34%
G = 49.28%
B = 22.38%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.55

 K value IS 0.06

RGB Variations

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

Color information

#8AF06D (or 0x8AF06D) is known color: Pastel Green. HEX triplet: 8A, F0 and 6D. RGB value is (138,240,109). Sum of RGB (Red+Green+Blue) = 138+240+109=487 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.34% from 487); Green value is 240 (94.14% from 255 or 49.28% from 487); Blue value is 109 (42.97% from 255 or 22.38% from 487); Max value from RGB is 240 - color contains mainly: green. Hex color #8AF06D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8AF06D is #750F92. Grayscale: #C2C2C2. Windows color (decimal): -7671699 or 7205002. OLE color: 7205002.

HSL color Cylindrical-coordinate representation of color #8AF06D: hue angle of 106.72º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8AF06D is Cyan = 0.42, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.06.

Color convert

RGB 138 240 109 -
CMYK 0.42 0 0.55 0.06
HSL 106.72º 0.81% 0.68% -
HSV(B) 106.72º 0.55% 0.94% -
XYZ 44.4 68.83 25.41 -
YUV 194.57 79.71 87.65 -
System Red Green Blue C M Y K H S L
Decimal 138 240 109 0.42 0 0.55 0.06 106.72 0.81 0.68
Hex 8A F0 6D 2A 0 37 6 6B 51 44
Octal 212 360 155 52 0 67 6 153 121 104
Binary 10001010 11110000 1101101 101010 0 110111 110 1101011 1010001 1000100

Color Harmonies of #8AF06D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AF06D

Black with #8AF06D

Text Example


Text Example

White with #8AF06D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8AF06D; }

 p { color: rgb(138,240,109); }

 H1.HeaderClassName
 {
   color: #8AF06D;
 }
 .AnyTagClassName
 {
   color: #8AF06D;
 }
</style>

background-color css

<style>
 a { background-color: #8AF06D; }

 a { background-color: rgb(138,240,109); }

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

border-color css

<style>
 span { border-color: #8AF06D; }

 span { border-color: rgb(138,240,109); }

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