Html Css Color HEX #20CC90 Shamrock

📋 copy color: '#20CC90'

red 32 ◦ green 204 ◦ blue 144

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

Shades of Shamrock #20CC90

Tints of Shamrock #20CC90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 37.89%

R = 8.42%
G = 53.68%
B = 37.89%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.29

 K value IS 0.2

RGB Variations

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

Color information

#20CC90 (or 0x20CC90) is known color: Shamrock. HEX triplet: 20, CC and 90. RGB value is (32,204,144). Sum of RGB (Red+Green+Blue) = 32+204+144=380 (50% of max value = 765). Red value is 32 (12.89% from 255 or 8.42% from 380); Green value is 204 (80.08% from 255 or 53.68% from 380); Blue value is 144 (56.64% from 255 or 37.89% from 380); Max value from RGB is 204 - color contains mainly: green. Hex color #20CC90 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20CC90 is #DF336F. Grayscale: #919191. Windows color (decimal): -14627696 or 9489440. OLE color: 9489440.

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

Color convert

RGB 32 204 144 -
CMYK 0.84 0 0.29 0.2
HSL 159.07º 0.73% 0.46% -
HSV(B) 159.07º 0.84% 0.8% -
XYZ 27.22 45.51 33.73 -
YUV 145.73 127.02 46.88 -
System Red Green Blue C M Y K H S L
Decimal 32 204 144 0.84 0 0.29 0.2 159.07 0.73 0.46
Hex 20 CC 90 54 0 1D 14 9F 49 2E
Octal 40 314 220 124 0 35 24 237 111 56
Binary 100000 11001100 10010000 1010100 0 11101 10100 10011111 1001001 101110

Color Harmonies of #20CC90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20CC90

Black with #20CC90

Text Example


Text Example

White with #20CC90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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