Html Css Color HEX #8AEC6A Pastel Green

📋 copy color: '#8AEC6A'

red 138 ◦ green 236 ◦ blue 106

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

Shades of Pastel Green #8AEC6A

Tints of Pastel Green #8AEC6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 22.08%

R = 28.75%
G = 49.17%
B = 22.08%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#8AEC6A (or 0x8AEC6A) is known color: Pastel Green. HEX triplet: 8A, EC and 6A. RGB value is (138,236,106). Sum of RGB (Red+Green+Blue) = 138+236+106=480 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.75% from 480); Green value is 236 (92.58% from 255 or 49.17% from 480); Blue value is 106 (41.80% from 255 or 22.08% from 480); Max value from RGB is 236 - color contains mainly: green. Hex color #8AEC6A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8AEC6A is #751395. Grayscale: #C0C0C0. Windows color (decimal): -7672726 or 7007370. OLE color: 7007370.

HSL color Cylindrical-coordinate representation of color #8AEC6A: hue angle of 105.23º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8AEC6A is Cyan = 0.42, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.07.

Color convert

RGB 138 236 106 -
CMYK 0.42 0 0.55 0.07
HSL 105.23º 0.77% 0.67% -
HSV(B) 105.23º 0.55% 0.93% -
XYZ 43.08 66.43 24.19 -
YUV 191.88 79.53 89.57 -
System Red Green Blue C M Y K H S L
Decimal 138 236 106 0.42 0 0.55 0.07 105.23 0.77 0.67
Hex 8A EC 6A 2A 0 37 7 69 4D 43
Octal 212 354 152 52 0 67 7 151 115 103
Binary 10001010 11101100 1101010 101010 0 110111 111 1101001 1001101 1000011

Color Harmonies of #8AEC6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AEC6A

Black with #8AEC6A

Text Example


Text Example

White with #8AEC6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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