Html Css Color HEX #25C090 Mountain Meadow

📋 copy color: '#25C090'

red 37 ◦ green 192 ◦ blue 144

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

Shades of Mountain Meadow #25C090

Tints of Mountain Meadow #25C090

RGB

 RED value IS 37 (14.84% from 255) = 9.92%

 GREEN value IS 192 (75.39% from 255) = 51.47%

 BLUE value IS 144 (56.64% from 255) = 38.61%

R = 9.92%
G = 51.47%
B = 38.61%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.25

 K value IS 0.25

RGB Variations

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

Color information

#25C090 (or 0x25C090) is known color: Mountain Meadow. HEX triplet: 25, C0 and 90. RGB value is (37,192,144). Sum of RGB (Red+Green+Blue) = 37+192+144=373 (49% of max value = 765). Red value is 37 (14.84% from 255 or 9.92% from 373); Green value is 192 (75.39% from 255 or 51.47% from 373); Blue value is 144 (56.64% from 255 or 38.61% from 373); Max value from RGB is 192 - color contains mainly: green. Hex color #25C090 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #25C090 is #DA3F6F. Grayscale: #8C8C8C. Windows color (decimal): -14303088 or 9486373. OLE color: 9486373.

HSL color Cylindrical-coordinate representation of color #25C090: hue angle of 161.42º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #25C090 is Cyan = 0.81, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.25.

Color convert

RGB 37 192 144 -
CMYK 0.81 0 0.25 0.25
HSL 161.42º 0.68% 0.45% -
HSV(B) 161.42º 0.81% 0.75% -
XYZ 24.65 40.11 32.83 -
YUV 140.18 130.15 54.4 -
System Red Green Blue C M Y K H S L
Decimal 37 192 144 0.81 0 0.25 0.25 161.42 0.68 0.45
Hex 25 C0 90 51 0 19 19 A1 44 2D
Octal 45 300 220 121 0 31 31 241 104 55
Binary 100101 11000000 10010000 1010001 0 11001 11001 10100001 1000100 101101

Color Harmonies of #25C090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25C090

Black with #25C090

Text Example


Text Example

White with #25C090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25C090; }

 p { color: rgb(37,192,144); }

 H1.HeaderClassName
 {
   color: #25C090;
 }
 .AnyTagClassName
 {
   color: #25C090;
 }
</style>

background-color css

<style>
 a { background-color: #25C090; }

 a { background-color: rgb(37,192,144); }

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

border-color css

<style>
 span { border-color: #25C090; }

 span { border-color: rgb(37,192,144); }

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