Html Css Color HEX #20CC95 Shamrock

📋 copy color: '#20CC95'

red 32 ◦ green 204 ◦ blue 149

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

Shades of Shamrock #20CC95

Tints of Shamrock #20CC95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 38.7%

R = 8.31%
G = 52.99%
B = 38.7%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.27

 K value IS 0.2

RGB Variations

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

Color information

#20CC95 (or 0x20CC95) is known color: Shamrock. HEX triplet: 20, CC and 95. RGB value is (32,204,149). Sum of RGB (Red+Green+Blue) = 32+204+149=385 (50% of max value = 765). Red value is 32 (12.89% from 255 or 8.31% from 385); Green value is 204 (80.08% from 255 or 52.99% from 385); Blue value is 149 (58.59% from 255 or 38.70% from 385); Max value from RGB is 204 - color contains mainly: green. Hex color #20CC95 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20CC95 is #DF336A. Grayscale: #929292. Windows color (decimal): -14627691 or 9817120. OLE color: 9817120.

HSL color Cylindrical-coordinate representation of color #20CC95: hue angle of 160.81º 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 #20CC95 is Cyan = 0.84, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.2.

Color convert

RGB 32 204 149 -
CMYK 0.84 0 0.27 0.2
HSL 160.81º 0.73% 0.46% -
HSV(B) 160.81º 0.84% 0.8% -
XYZ 27.61 45.66 35.79 -
YUV 146.3 129.52 46.47 -
System Red Green Blue C M Y K H S L
Decimal 32 204 149 0.84 0 0.27 0.2 160.81 0.73 0.46
Hex 20 CC 95 54 0 1B 14 A1 49 2E
Octal 40 314 225 124 0 33 24 241 111 56
Binary 100000 11001100 10010101 1010100 0 11011 10100 10100001 1001001 101110

Color Harmonies of #20CC95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20CC95

Black with #20CC95

Text Example


Text Example

White with #20CC95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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