Html Css Color HEX #8CDA98 Chinook

📋 copy color: '#8CDA98'

red 140 ◦ green 218 ◦ blue 152

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

Shades of Chinook #8CDA98

Tints of Chinook #8CDA98

RGB

 RED value IS 140 (55.08% from 255) = 27.45%

 GREEN value IS 218 (85.55% from 255) = 42.75%

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

R = 27.45%
G = 42.75%
B = 29.8%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.30

 K value IS 0.15

RGB Variations

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

Color information

#8CDA98 (or 0x8CDA98) is known color: Chinook. HEX triplet: 8C, DA and 98. RGB value is (140,218,152). Sum of RGB (Red+Green+Blue) = 140+218+152=510 (67% of max value = 765). Red value is 140 (55.08% from 255 or 27.45% from 510); Green value is 218 (85.55% from 255 or 42.75% from 510); Blue value is 152 (59.77% from 255 or 29.80% from 510); Max value from RGB is 218 - color contains mainly: green. Hex color #8CDA98 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CDA98 is #732567. Grayscale: #BBBBBB. Windows color (decimal): -7546216 or 10017420. OLE color: 10017420.

HSL color Cylindrical-coordinate representation of color #8CDA98: hue angle of 129.23º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8CDA98 is Cyan = 0.36, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.15.

Color convert

RGB 140 218 152 -
CMYK 0.36 0 0.30 0.15
HSL 129.23º 0.51% 0.7% -
HSV(B) 129.23º 0.36% 0.85% -
XYZ 41.55 57.99 38.71 -
YUV 187.15 108.16 94.37 -
System Red Green Blue C M Y K H S L
Decimal 140 218 152 0.36 0 0.30 0.15 129.23 0.51 0.7
Hex 8C DA 98 24 0 1E F 81 33 46
Octal 214 332 230 44 0 36 17 201 63 106
Binary 10001100 11011010 10011000 100100 0 11110 1111 10000001 110011 1000110

Color Harmonies of #8CDA98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CDA98

Black with #8CDA98

Text Example


Text Example

White with #8CDA98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,218,152); }

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

background-color css

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

 a { background-color: rgb(140,218,152); }

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

border-color css

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

 span { border-color: rgb(140,218,152); }

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