Html Css Color HEX #8AE268 Pastel Green

📋 copy color: '#8AE268'

red 138 ◦ green 226 ◦ blue 104

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

Shades of Pastel Green #8AE268

Tints of Pastel Green #8AE268

RGB

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

 GREEN value IS 226 (88.67% from 255) = 48.29%

 BLUE value IS 104 (41.02% from 255) = 22.22%

R = 29.49%
G = 48.29%
B = 22.22%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.54

 K value IS 0.11

RGB Variations

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

Color information

#8AE268 (or 0x8AE268) is known color: Pastel Green. HEX triplet: 8A, E2 and 68. RGB value is (138,226,104). Sum of RGB (Red+Green+Blue) = 138+226+104=468 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.49% from 468); Green value is 226 (88.67% from 255 or 48.29% from 468); Blue value is 104 (41.02% from 255 or 22.22% from 468); Max value from RGB is 226 - color contains mainly: green. Hex color #8AE268 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AE268 is #751D97. Grayscale: #BABABA. Windows color (decimal): -7675288 or 6873738. OLE color: 6873738.

HSL color Cylindrical-coordinate representation of color #8AE268: hue angle of 103.28º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8AE268 is Cyan = 0.39, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.11.

Color convert

RGB 138 226 104 -
CMYK 0.39 0 0.54 0.11
HSL 103.28º 0.68% 0.65% -
HSV(B) 103.28º 0.54% 0.89% -
XYZ 40.18 60.8 22.71 -
YUV 185.78 81.85 93.92 -
System Red Green Blue C M Y K H S L
Decimal 138 226 104 0.39 0 0.54 0.11 103.28 0.68 0.65
Hex 8A E2 68 27 0 36 B 67 44 41
Octal 212 342 150 47 0 66 13 147 104 101
Binary 10001010 11100010 1101000 100111 0 110110 1011 1100111 1000100 1000001

Color Harmonies of #8AE268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AE268

Black with #8AE268

Text Example


Text Example

White with #8AE268

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,226,104); }

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

background-color css

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

 a { background-color: rgb(138,226,104); }

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

border-color css

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

 span { border-color: rgb(138,226,104); }

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