Html Css Color HEX #4ACA8F Shamrock

📋 copy color: '#4ACA8F'

red 74 ◦ green 202 ◦ blue 143

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

Shades of Shamrock #4ACA8F

Tints of Shamrock #4ACA8F

RGB

 RED value IS 74 (29.3% from 255) = 17.66%

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

 BLUE value IS 143 (56.25% from 255) = 34.13%

R = 17.66%
G = 48.21%
B = 34.13%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.29

 K value IS 0.21

RGB Variations

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

Color information

#4ACA8F (or 0x4ACA8F) is known color: Shamrock. HEX triplet: 4A, CA and 8F. RGB value is (74,202,143). Sum of RGB (Red+Green+Blue) = 74+202+143=419 (55% of max value = 765). Red value is 74 (29.30% from 255 or 17.66% from 419); Green value is 202 (79.30% from 255 or 48.21% from 419); Blue value is 143 (56.25% from 255 or 34.13% from 419); Max value from RGB is 202 - color contains mainly: green. Hex color #4ACA8F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4ACA8F is #B53570. Grayscale: #9D9D9D. Windows color (decimal): -11875697 or 9423434. OLE color: 9423434.

HSL color Cylindrical-coordinate representation of color #4ACA8F: hue angle of 152.34º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4ACA8F is Cyan = 0.63, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.21.

Color convert

RGB 74 202 143 -
CMYK 0.63 0 0.29 0.21
HSL 152.34º 0.55% 0.54% -
HSV(B) 152.34º 0.63% 0.79% -
XYZ 28.9 45.68 33.28 -
YUV 157 120.09 68.8 -
System Red Green Blue C M Y K H S L
Decimal 74 202 143 0.63 0 0.29 0.21 152.34 0.55 0.54
Hex 4A CA 8F 3F 0 1D 15 98 37 36
Octal 112 312 217 77 0 35 25 230 67 66
Binary 1001010 11001010 10001111 111111 0 11101 10101 10011000 110111 110110

Color Harmonies of #4ACA8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ACA8F

Black with #4ACA8F

Text Example


Text Example

White with #4ACA8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4ACA8F; }

 p { color: rgb(74,202,143); }

 H1.HeaderClassName
 {
   color: #4ACA8F;
 }
 .AnyTagClassName
 {
   color: #4ACA8F;
 }
</style>

background-color css

<style>
 a { background-color: #4ACA8F; }

 a { background-color: rgb(74,202,143); }

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

border-color css

<style>
 span { border-color: #4ACA8F; }

 span { border-color: rgb(74,202,143); }

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