Html Css Color HEX #4AC99F Puerto Rico

📋 copy color: '#4AC99F'

red 74 ◦ green 201 ◦ blue 159

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

Shades of Puerto Rico #4AC99F

Tints of Puerto Rico #4AC99F

RGB

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

 GREEN value IS 201 (78.91% from 255) = 46.31%

 BLUE value IS 159 (62.5% from 255) = 36.64%

R = 17.05%
G = 46.31%
B = 36.64%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.21

 K value IS 0.21

RGB Variations

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

Color information

#4AC99F (or 0x4AC99F) is known color: Puerto Rico. HEX triplet: 4A, C9 and 9F. RGB value is (74,201,159). Sum of RGB (Red+Green+Blue) = 74+201+159=434 (57% of max value = 765). Red value is 74 (29.30% from 255 or 17.05% from 434); Green value is 201 (78.91% from 255 or 46.31% from 434); Blue value is 159 (62.5% from 255 or 36.64% from 434); Max value from RGB is 201 - color contains mainly: green. Hex color #4AC99F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4AC99F is #B53660. Grayscale: #9E9E9E. Windows color (decimal): -11875937 or 10471754. OLE color: 10471754.

HSL color Cylindrical-coordinate representation of color #4AC99F: hue angle of 160.16º degrees, saturation: 0.54, 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 #4AC99F is Cyan = 0.63, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.21.

Color convert

RGB 74 201 159 -
CMYK 0.63 0 0.21 0.21
HSL 160.16º 0.54% 0.54% -
HSV(B) 160.16º 0.63% 0.79% -
XYZ 29.97 45.73 40.05 -
YUV 158.24 128.42 67.92 -
System Red Green Blue C M Y K H S L
Decimal 74 201 159 0.63 0 0.21 0.21 160.16 0.54 0.54
Hex 4A C9 9F 3F 0 15 15 A0 36 36
Octal 112 311 237 77 0 25 25 240 66 66
Binary 1001010 11001001 10011111 111111 0 10101 10101 10100000 110110 110110

Color Harmonies of #4AC99F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AC99F

Black with #4AC99F

Text Example


Text Example

White with #4AC99F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,201,159); }

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

background-color css

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

 a { background-color: rgb(74,201,159); }

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

border-color css

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

 span { border-color: rgb(74,201,159); }

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