Html Css Color HEX #93DE9B Chinook

📋 copy color: '#93DE9B'

red 147 ◦ green 222 ◦ blue 155

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

Shades of Chinook #93DE9B

Tints of Chinook #93DE9B

RGB

 RED value IS 147 (57.81% from 255) = 28.05%

 GREEN value IS 222 (87.11% from 255) = 42.37%

 BLUE value IS 155 (60.94% from 255) = 29.58%

R = 28.05%
G = 42.37%
B = 29.58%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#93DE9B (or 0x93DE9B) is known color: Chinook. HEX triplet: 93, DE and 9B. RGB value is (147,222,155). Sum of RGB (Red+Green+Blue) = 147+222+155=524 (69% of max value = 765). Red value is 147 (57.81% from 255 or 28.05% from 524); Green value is 222 (87.11% from 255 or 42.37% from 524); Blue value is 155 (60.94% from 255 or 29.58% from 524); Max value from RGB is 222 - color contains mainly: green. Hex color #93DE9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93DE9B is #6C2164. Grayscale: #C0C0C0. Windows color (decimal): -7086437 or 10215059. OLE color: 10215059.

HSL color Cylindrical-coordinate representation of color #93DE9B: hue angle of 126.4º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #93DE9B is Cyan = 0.34, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB 147 222 155 -
CMYK 0.34 0 0.30 0.13
HSL 126.4º 0.53% 0.72% -
HSV(B) 126.4º 0.34% 0.87% -
XYZ 44.07 60.81 40.43 -
YUV 191.94 107.15 95.95 -
System Red Green Blue C M Y K H S L
Decimal 147 222 155 0.34 0 0.30 0.13 126.4 0.53 0.72
Hex 93 DE 9B 22 0 1E D 7E 35 48
Octal 223 336 233 42 0 36 15 176 65 110
Binary 10010011 11011110 10011011 100010 0 11110 1101 1111110 110101 1001000

Color Harmonies of #93DE9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93DE9B

Black with #93DE9B

Text Example


Text Example

White with #93DE9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93DE9B; }

 p { color: rgb(147,222,155); }

 H1.HeaderClassName
 {
   color: #93DE9B;
 }
 .AnyTagClassName
 {
   color: #93DE9B;
 }
</style>

background-color css

<style>
 a { background-color: #93DE9B; }

 a { background-color: rgb(147,222,155); }

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

border-color css

<style>
 span { border-color: #93DE9B; }

 span { border-color: rgb(147,222,155); }

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