#42CA9A

Color #42CA9A Shamrock (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shamrock #42CA9A

Tints of Shamrock #42CA9A

Color information

#42CA9A (or 0x42CA9A) is unknown color: approx Shamrock. HEX triplet: 42, CA and 9A. RGB value is (66,202,154). Sum of RGB (Red+Green+Blue) = 66+202+154=422 (55% of max value = 765). Red value is 66 (26.17% from 255 or 15.64% from 422); Green value is 202 (79.30% from 255 or 47.87% from 422); Blue value is 154 (60.55% from 255 or 36.49% from 422); Max value from RGB is 202 - color contains mainly: green. Hex color #42CA9A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42CA9A is #BD3565. Grayscale: #9B9B9B. Windows color (decimal): -12399974 or 10144322. OLE color: 10144322.

HSL color Cylindrical-coordinate representation of color #42CA9A: hue angle of 158.82º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #42CA9A is Cyan = 0.67, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.21.

Color convert

RGB66202154-
CMYK0.6700.240.21
HSL158.82º56.2%52.55%-
HSV(B)158.82º67.33%79.22%-
XYZ29.245.7337.86-
YUV155.86126.9463.9-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 15.64%
GREEN value IS 202 (79.30% from 255) = 47.87%
BLUE value IS 154 (60.55% from 255) = 36.49%
R=15.64%
G=47.87%
B=36.49%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal662021540.6700.240.21158.8256.252.55
Hex42CA9A43018159f3835
Octal102312232103030252377065
Binary1000010110010101001101010000110110001010110011111111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42CA9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42CA9A; }

 p { color: rgb(66,202,154); }

 H1.HeaderClassName
 {
   color: #42CA9A;
 }
 .AnyTagClassName
 {
   color: #42CA9A;
 }
</style>
background-color css

<style>
 a { background-color: #42CA9A; }

 a { background-color: rgb(66,202,154); }

 div.DivClassName
 {
   background-color: #42CA9A;
 }
 .BgClassName
 {
   background-color: #42CA9A;
 }
</style>
border-color css

<style>
 span { border-color: #42CA9A; }

 span { border-color: rgb(66,202,154); }

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