Html Css Color HEX #8ED298 Chinook

📋 copy color: '#8ED298'

red 142 ◦ green 210 ◦ blue 152

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

Shades of Chinook #8ED298

Tints of Chinook #8ED298

RGB

 RED value IS 142 (55.86% from 255) = 28.17%

 GREEN value IS 210 (82.42% from 255) = 41.67%

 BLUE value IS 152 (59.77% from 255) = 30.16%

R = 28.17%
G = 41.67%
B = 30.16%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.28

 K value IS 0.18

RGB Variations

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

Color information

#8ED298 (or 0x8ED298) is known color: Chinook. HEX triplet: 8E, D2 and 98. RGB value is (142,210,152). Sum of RGB (Red+Green+Blue) = 142+210+152=504 (66% of max value = 765). Red value is 142 (55.86% from 255 or 28.17% from 504); Green value is 210 (82.42% from 255 or 41.67% from 504); Blue value is 152 (59.77% from 255 or 30.16% from 504); Max value from RGB is 210 - color contains mainly: green. Hex color #8ED298 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ED298 is #712D67. Grayscale: #B7B7B7. Windows color (decimal): -7417192 or 10015374. OLE color: 10015374.

HSL color Cylindrical-coordinate representation of color #8ED298: hue angle of 128.82º degrees, saturation: 0.43, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8ED298 is Cyan = 0.32, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.18.

Color convert

RGB 142 210 152 -
CMYK 0.32 0 0.28 0.18
HSL 128.82º 0.43% 0.69% -
HSV(B) 128.82º 0.32% 0.82% -
XYZ 39.87 54.11 38.05 -
YUV 183.06 110.47 98.72 -
System Red Green Blue C M Y K H S L
Decimal 142 210 152 0.32 0 0.28 0.18 128.82 0.43 0.69
Hex 8E D2 98 20 0 1C 12 81 2B 45
Octal 216 322 230 40 0 34 22 201 53 105
Binary 10001110 11010010 10011000 100000 0 11100 10010 10000001 101011 1000101

Color Harmonies of #8ED298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ED298

Black with #8ED298

Text Example


Text Example

White with #8ED298

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,210,152); }

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

background-color css

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

 a { background-color: rgb(142,210,152); }

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

border-color css

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

 span { border-color: rgb(142,210,152); }

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