Html Css Color HEX #20CC9F Shamrock

📋 copy color: '#20CC9F'

red 32 ◦ green 204 ◦ blue 159

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

Shades of Shamrock #20CC9F

Tints of Shamrock #20CC9F

RGB

 RED value IS 32 (12.89% from 255) = 8.1%

 GREEN value IS 204 (80.08% from 255) = 51.65%

 BLUE value IS 159 (62.5% from 255) = 40.25%

R = 8.1%
G = 51.65%
B = 40.25%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.22

 K value IS 0.2

RGB Variations

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

Color information

#20CC9F (or 0x20CC9F) is known color: Shamrock. HEX triplet: 20, CC and 9F. RGB value is (32,204,159). Sum of RGB (Red+Green+Blue) = 32+204+159=395 (52% of max value = 765). Red value is 32 (12.89% from 255 or 8.10% from 395); Green value is 204 (80.08% from 255 or 51.65% from 395); Blue value is 159 (62.5% from 255 or 40.25% from 395); Max value from RGB is 204 - color contains mainly: green. Hex color #20CC9F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20CC9F is #DF3360. Grayscale: #939393. Windows color (decimal): -14627681 or 10472480. OLE color: 10472480.

HSL color Cylindrical-coordinate representation of color #20CC9F: hue angle of 164.3º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #20CC9F is Cyan = 0.84, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.2.

Color convert

RGB 32 204 159 -
CMYK 0.84 0 0.22 0.2
HSL 164.3º 0.73% 0.46% -
HSV(B) 164.3º 0.84% 0.8% -
XYZ 28.45 46 40.18 -
YUV 147.44 134.52 45.66 -
System Red Green Blue C M Y K H S L
Decimal 32 204 159 0.84 0 0.22 0.2 164.3 0.73 0.46
Hex 20 CC 9F 54 0 16 14 A4 49 2E
Octal 40 314 237 124 0 26 24 244 111 56
Binary 100000 11001100 10011111 1010100 0 10110 10100 10100100 1001001 101110

Color Harmonies of #20CC9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20CC9F

Black with #20CC9F

Text Example


Text Example

White with #20CC9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20CC9F; }

 p { color: rgb(32,204,159); }

 H1.HeaderClassName
 {
   color: #20CC9F;
 }
 .AnyTagClassName
 {
   color: #20CC9F;
 }
</style>

background-color css

<style>
 a { background-color: #20CC9F; }

 a { background-color: rgb(32,204,159); }

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

border-color css

<style>
 span { border-color: #20CC9F; }

 span { border-color: rgb(32,204,159); }

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