Html Css Color HEX #25C095 Shamrock

📋 copy color: '#25C095'

red 37 ◦ green 192 ◦ blue 149

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

Shades of Shamrock #25C095

Tints of Shamrock #25C095

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 39.42%

R = 9.79%
G = 50.79%
B = 39.42%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.22

 K value IS 0.25

RGB Variations

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

Color information

#25C095 (or 0x25C095) is known color: Shamrock. HEX triplet: 25, C0 and 95. RGB value is (37,192,149). Sum of RGB (Red+Green+Blue) = 37+192+149=378 (50% of max value = 765). Red value is 37 (14.84% from 255 or 9.79% from 378); Green value is 192 (75.39% from 255 or 50.79% from 378); Blue value is 149 (58.59% from 255 or 39.42% from 378); Max value from RGB is 192 - color contains mainly: green. Hex color #25C095 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #25C095 is #DA3F6A. Grayscale: #8C8C8C. Windows color (decimal): -14303083 or 9814053. OLE color: 9814053.

HSL color Cylindrical-coordinate representation of color #25C095: hue angle of 163.35º 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 #25C095 is Cyan = 0.81, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.25.

Color convert

RGB 37 192 149 -
CMYK 0.81 0 0.22 0.25
HSL 163.35º 0.68% 0.45% -
HSV(B) 163.35º 0.81% 0.75% -
XYZ 25.04 40.26 34.89 -
YUV 140.75 132.65 54 -
System Red Green Blue C M Y K H S L
Decimal 37 192 149 0.81 0 0.22 0.25 163.35 0.68 0.45
Hex 25 C0 95 51 0 16 19 A3 44 2D
Octal 45 300 225 121 0 26 31 243 104 55
Binary 100101 11000000 10010101 1010001 0 10110 11001 10100011 1000100 101101

Color Harmonies of #25C095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25C095

Black with #25C095

Text Example


Text Example

White with #25C095

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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