Html Css Color HEX #0CAF7D Mountain Meadow

📋 copy color: '#0CAF7D'

red 12 ◦ green 175 ◦ blue 125

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

Shades of Mountain Meadow #0CAF7D

Tints of Mountain Meadow #0CAF7D

RGB

 RED value IS 12 (5.08% from 255) = 3.85%

 GREEN value IS 175 (68.75% from 255) = 56.09%

 BLUE value IS 125 (49.22% from 255) = 40.06%

R = 3.85%
G = 56.09%
B = 40.06%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#0CAF7D (or 0x0CAF7D) is known color: Mountain Meadow. HEX triplet: 0C, AF and 7D. RGB value is (12,175,125). Sum of RGB (Red+Green+Blue) = 12+175+125=312 (41% of max value = 765). Red value is 12 (5.08% from 255 or 3.85% from 312); Green value is 175 (68.75% from 255 or 56.09% from 312); Blue value is 125 (49.22% from 255 or 40.06% from 312); Max value from RGB is 175 - color contains mainly: green. Hex color #0CAF7D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0CAF7D is #F35082. Grayscale: #787878. Windows color (decimal): -15945859 or 8236812. OLE color: 8236812.

HSL color Cylindrical-coordinate representation of color #0CAF7D: hue angle of 161.6º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CAF7D is Cyan = 0.93, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.31.

Color convert

RGB 12 175 125 -
CMYK 0.93 0 0.29 0.31
HSL 161.6º 0.87% 0.37% -
HSV(B) 161.6º 0.93% 0.69% -
XYZ 19.18 32.22 24.61 -
YUV 120.56 130.5 50.57 -
System Red Green Blue C M Y K H S L
Decimal 12 175 125 0.93 0 0.29 0.31 161.6 0.87 0.37
Hex C AF 7D 5D 0 1D 1F A2 57 25
Octal 14 257 175 135 0 35 37 242 127 45
Binary 1100 10101111 1111101 1011101 0 11101 11111 10100010 1010111 100101

Color Harmonies of #0CAF7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CAF7D

Black with #0CAF7D

Text Example


Text Example

White with #0CAF7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0CAF7D; }

 p { color: rgb(12,175,125); }

 H1.HeaderClassName
 {
   color: #0CAF7D;
 }
 .AnyTagClassName
 {
   color: #0CAF7D;
 }
</style>

background-color css

<style>
 a { background-color: #0CAF7D; }

 a { background-color: rgb(12,175,125); }

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

border-color css

<style>
 span { border-color: #0CAF7D; }

 span { border-color: rgb(12,175,125); }

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