Html Css Color HEX #20CF95 Shamrock

📋 copy color: '#20CF95'

red 32 ◦ green 207 ◦ blue 149

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

Shades of Shamrock #20CF95

Tints of Shamrock #20CF95

RGB

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

 GREEN value IS 207 (81.25% from 255) = 53.35%

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

R = 8.25%
G = 53.35%
B = 38.4%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.28

 K value IS 0.19

RGB Variations

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

Color information

#20CF95 (or 0x20CF95) is known color: Shamrock. HEX triplet: 20, CF and 95. RGB value is (32,207,149). Sum of RGB (Red+Green+Blue) = 32+207+149=388 (51% of max value = 765). Red value is 32 (12.89% from 255 or 8.25% from 388); Green value is 207 (81.25% from 255 or 53.35% from 388); Blue value is 149 (58.59% from 255 or 38.40% from 388); Max value from RGB is 207 - color contains mainly: green. Hex color #20CF95 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20CF95 is #DF306A. Grayscale: #949494. Windows color (decimal): -14626923 or 9817888. OLE color: 9817888.

HSL color Cylindrical-coordinate representation of color #20CF95: hue angle of 160.11º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #20CF95 is Cyan = 0.85, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.19.

Color convert

RGB 32 207 149 -
CMYK 0.85 0 0.28 0.19
HSL 160.11º 0.73% 0.47% -
HSV(B) 160.11º 0.85% 0.81% -
XYZ 28.33 47.1 36.03 -
YUV 148.06 128.52 45.22 -
System Red Green Blue C M Y K H S L
Decimal 32 207 149 0.85 0 0.28 0.19 160.11 0.73 0.47
Hex 20 CF 95 55 0 1C 13 A0 49 2F
Octal 40 317 225 125 0 34 23 240 111 57
Binary 100000 11001111 10010101 1010101 0 11100 10011 10100000 1001001 101111

Color Harmonies of #20CF95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20CF95

Black with #20CF95

Text Example


Text Example

White with #20CF95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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