Html Css Color HEX #1ACF72 Mountain Meadow

📋 copy color: '#1ACF72'

red 26 ◦ green 207 ◦ blue 114

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

Shades of Mountain Meadow #1ACF72

Tints of Mountain Meadow #1ACF72

RGB

 RED value IS 26 (10.55% from 255) = 7.49%

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

 BLUE value IS 114 (44.92% from 255) = 32.85%

R = 7.49%
G = 59.65%
B = 32.85%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.45

 K value IS 0.19

RGB Variations

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

Color information

#1ACF72 (or 0x1ACF72) is known color: Mountain Meadow. HEX triplet: 1A, CF and 72. RGB value is (26,207,114). Sum of RGB (Red+Green+Blue) = 26+207+114=347 (45% of max value = 765). Red value is 26 (10.55% from 255 or 7.49% from 347); Green value is 207 (81.25% from 255 or 59.65% from 347); Blue value is 114 (44.92% from 255 or 32.85% from 347); Max value from RGB is 207 - color contains mainly: green. Hex color #1ACF72 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1ACF72 is #E5308D. Grayscale: #8E8E8E. Windows color (decimal): -15020174 or 7524122. OLE color: 7524122.

HSL color Cylindrical-coordinate representation of color #1ACF72: hue angle of 149.17º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1ACF72 is Cyan = 0.87, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.19.

Color convert

RGB 26 207 114 -
CMYK 0.87 0 0.45 0.19
HSL 149.17º 0.78% 0.46% -
HSV(B) 149.17º 0.87% 0.81% -
XYZ 25.78 46.06 23.45 -
YUV 142.28 112.03 45.06 -
System Red Green Blue C M Y K H S L
Decimal 26 207 114 0.87 0 0.45 0.19 149.17 0.78 0.46
Hex 1A CF 72 57 0 2D 13 95 4E 2E
Octal 32 317 162 127 0 55 23 225 116 56
Binary 11010 11001111 1110010 1010111 0 101101 10011 10010101 1001110 101110

Color Harmonies of #1ACF72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ACF72

Black with #1ACF72

Text Example


Text Example

White with #1ACF72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,207,114); }

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

background-color css

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

 a { background-color: rgb(26,207,114); }

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

border-color css

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

 span { border-color: rgb(26,207,114); }

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