Html Css Color HEX #1CCA99 Shamrock

📋 copy color: '#1CCA99'

red 28 ◦ green 202 ◦ blue 153

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

Shades of Shamrock #1CCA99

Tints of Shamrock #1CCA99

RGB

 RED value IS 28 (11.33% from 255) = 7.31%

 GREEN value IS 202 (79.3% from 255) = 52.74%

 BLUE value IS 153 (60.16% from 255) = 39.95%

R = 7.31%
G = 52.74%
B = 39.95%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.24

 K value IS 0.21

RGB Variations

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

Color information

#1CCA99 (or 0x1CCA99) is known color: Shamrock. HEX triplet: 1C, CA and 99. RGB value is (28,202,153). Sum of RGB (Red+Green+Blue) = 28+202+153=383 (50% of max value = 765). Red value is 28 (11.33% from 255 or 7.31% from 383); Green value is 202 (79.30% from 255 or 52.74% from 383); Blue value is 153 (60.16% from 255 or 39.95% from 383); Max value from RGB is 202 - color contains mainly: green. Hex color #1CCA99 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CCA99 is #E33566. Grayscale: #909090. Windows color (decimal): -14890343 or 10078748. OLE color: 10078748.

HSL color Cylindrical-coordinate representation of color #1CCA99: hue angle of 163.1º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1CCA99 is Cyan = 0.86, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.21.

Color convert

RGB 28 202 153 -
CMYK 0.86 0 0.24 0.21
HSL 163.1º 0.76% 0.45% -
HSV(B) 163.1º 0.86% 0.79% -
XYZ 27.35 44.79 37.34 -
YUV 144.39 132.85 44.98 -
System Red Green Blue C M Y K H S L
Decimal 28 202 153 0.86 0 0.24 0.21 163.1 0.76 0.45
Hex 1C CA 99 56 0 18 15 A3 4C 2D
Octal 34 312 231 126 0 30 25 243 114 55
Binary 11100 11001010 10011001 1010110 0 11000 10101 10100011 1001100 101101

Color Harmonies of #1CCA99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CCA99

Black with #1CCA99

Text Example


Text Example

White with #1CCA99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1CCA99; }

 p { color: rgb(28,202,153); }

 H1.HeaderClassName
 {
   color: #1CCA99;
 }
 .AnyTagClassName
 {
   color: #1CCA99;
 }
</style>

background-color css

<style>
 a { background-color: #1CCA99; }

 a { background-color: rgb(28,202,153); }

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

border-color css

<style>
 span { border-color: #1CCA99; }

 span { border-color: rgb(28,202,153); }

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