Html Css Color HEX #93CE9A Chinook

📋 copy color: '#93CE9A'

red 147 ◦ green 206 ◦ blue 154

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

Shades of Chinook #93CE9A

Tints of Chinook #93CE9A

RGB

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

 GREEN value IS 206 (80.86% from 255) = 40.63%

 BLUE value IS 154 (60.55% from 255) = 30.37%

R = 28.99%
G = 40.63%
B = 30.37%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.25

 K value IS 0.19

RGB Variations

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

Color information

#93CE9A (or 0x93CE9A) is known color: Chinook. HEX triplet: 93, CE and 9A. RGB value is (147,206,154). Sum of RGB (Red+Green+Blue) = 147+206+154=507 (67% of max value = 765). Red value is 147 (57.81% from 255 or 28.99% from 507); Green value is 206 (80.86% from 255 or 40.63% from 507); Blue value is 154 (60.55% from 255 or 30.37% from 507); Max value from RGB is 206 - color contains mainly: green. Hex color #93CE9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93CE9A is #6C3165. Grayscale: #B6B6B6. Windows color (decimal): -7090534 or 10145427. OLE color: 10145427.

HSL color Cylindrical-coordinate representation of color #93CE9A: hue angle of 127.12º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #93CE9A is Cyan = 0.29, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.19.

Color convert

RGB 147 206 154 -
CMYK 0.29 0 0.25 0.19
HSL 127.12º 0.38% 0.69% -
HSV(B) 127.12º 0.29% 0.81% -
XYZ 39.94 52.68 38.63 -
YUV 182.43 111.95 102.73 -
System Red Green Blue C M Y K H S L
Decimal 147 206 154 0.29 0 0.25 0.19 127.12 0.38 0.69
Hex 93 CE 9A 1D 0 19 13 7F 26 45
Octal 223 316 232 35 0 31 23 177 46 105
Binary 10010011 11001110 10011010 11101 0 11001 10011 1111111 100110 1000101

Color Harmonies of #93CE9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93CE9A

Black with #93CE9A

Text Example


Text Example

White with #93CE9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,206,154); }

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

background-color css

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

 a { background-color: rgb(147,206,154); }

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

border-color css

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

 span { border-color: rgb(147,206,154); }

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