Html Css Color HEX #8AEC5F Pastel Green

📋 copy color: '#8AEC5F'

red 138 ◦ green 236 ◦ blue 95

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

Shades of Pastel Green #8AEC5F

Tints of Pastel Green #8AEC5F

RGB

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

 GREEN value IS 236 (92.58% from 255) = 50.32%

 BLUE value IS 95 (37.5% from 255) = 20.26%

R = 29.42%
G = 50.32%
B = 20.26%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#8AEC5F (or 0x8AEC5F) is known color: Pastel Green. HEX triplet: 8A, EC and 5F. RGB value is (138,236,95). Sum of RGB (Red+Green+Blue) = 138+236+95=469 (62% of max value = 765). Red value is 138 (54.30% from 255 or 29.42% from 469); Green value is 236 (92.58% from 255 or 50.32% from 469); Blue value is 95 (37.5% from 255 or 20.26% from 469); Max value from RGB is 236 - color contains mainly: green. Hex color #8AEC5F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8AEC5F is #7513A0. Grayscale: #BFBFBF. Windows color (decimal): -7672737 or 6286474. OLE color: 6286474.

HSL color Cylindrical-coordinate representation of color #8AEC5F: hue angle of 101.7º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8AEC5F is Cyan = 0.42, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.07.

Color convert

RGB 138 236 95 -
CMYK 0.42 0 0.60 0.07
HSL 101.7º 0.79% 0.65% -
HSV(B) 101.7º 0.6% 0.93% -
XYZ 42.54 66.22 21.37 -
YUV 190.62 74.03 90.46 -
System Red Green Blue C M Y K H S L
Decimal 138 236 95 0.42 0 0.60 0.07 101.7 0.79 0.65
Hex 8A EC 5F 2A 0 3C 7 66 4F 41
Octal 212 354 137 52 0 74 7 146 117 101
Binary 10001010 11101100 1011111 101010 0 111100 111 1100110 1001111 1000001

Color Harmonies of #8AEC5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AEC5F

Black with #8AEC5F

Text Example


Text Example

White with #8AEC5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,236,95); }

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

background-color css

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

 a { background-color: rgb(138,236,95); }

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

border-color css

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

 span { border-color: rgb(138,236,95); }

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