Html Css Color HEX #8AED60 Pastel Green

📋 copy color: '#8AED60'

red 138 ◦ green 237 ◦ blue 96

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

Shades of Pastel Green #8AED60

Tints of Pastel Green #8AED60

RGB

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

 GREEN value IS 237 (92.97% from 255) = 50.32%

 BLUE value IS 96 (37.89% from 255) = 20.38%

R = 29.3%
G = 50.32%
B = 20.38%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.59

 K value IS 0.07

RGB Variations

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

Color information

#8AED60 (or 0x8AED60) is known color: Pastel Green. HEX triplet: 8A, ED and 60. RGB value is (138,237,96). Sum of RGB (Red+Green+Blue) = 138+237+96=471 (62% of max value = 765). Red value is 138 (54.30% from 255 or 29.30% from 471); Green value is 237 (92.97% from 255 or 50.32% from 471); Blue value is 96 (37.89% from 255 or 20.38% from 471); Max value from RGB is 237 - color contains mainly: green. Hex color #8AED60 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8AED60 is #75129F. Grayscale: #BFBFBF. Windows color (decimal): -7672480 or 6352266. OLE color: 6352266.

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

Color convert

RGB 138 237 96 -
CMYK 0.42 0 0.59 0.07
HSL 102.13º 0.8% 0.65% -
HSV(B) 102.13º 0.59% 0.93% -
XYZ 42.88 66.82 21.7 -
YUV 191.33 74.2 89.96 -
System Red Green Blue C M Y K H S L
Decimal 138 237 96 0.42 0 0.59 0.07 102.13 0.8 0.65
Hex 8A ED 60 2A 0 3B 7 66 50 41
Octal 212 355 140 52 0 73 7 146 120 101
Binary 10001010 11101101 1100000 101010 0 111011 111 1100110 1010000 1000001

Color Harmonies of #8AED60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AED60

Black with #8AED60

Text Example


Text Example

White with #8AED60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,237,96); }

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

background-color css

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

 a { background-color: rgb(138,237,96); }

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

border-color css

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

 span { border-color: rgb(138,237,96); }

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