Html Css Color HEX #25C296 Shamrock

📋 copy color: '#25C296'

red 37 ◦ green 194 ◦ blue 150

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

Shades of Shamrock #25C296

Tints of Shamrock #25C296

RGB

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

 GREEN value IS 194 (76.17% from 255) = 50.92%

 BLUE value IS 150 (58.98% from 255) = 39.37%

R = 9.71%
G = 50.92%
B = 39.37%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.23

 K value IS 0.24

RGB Variations

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

Color information

#25C296 (or 0x25C296) is known color: Shamrock. HEX triplet: 25, C2 and 96. RGB value is (37,194,150). Sum of RGB (Red+Green+Blue) = 37+194+150=381 (50% of max value = 765). Red value is 37 (14.84% from 255 or 9.71% from 381); Green value is 194 (76.17% from 255 or 50.92% from 381); Blue value is 150 (58.98% from 255 or 39.37% from 381); Max value from RGB is 194 - color contains mainly: green. Hex color #25C296 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #25C296 is #DA3D69. Grayscale: #8E8E8E. Windows color (decimal): -14302570 or 9880101. OLE color: 9880101.

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

Color convert

RGB 37 194 150 -
CMYK 0.81 0 0.23 0.24
HSL 163.18º 0.68% 0.45% -
HSV(B) 163.18º 0.81% 0.76% -
XYZ 25.56 41.18 35.46 -
YUV 142.04 132.49 53.08 -
System Red Green Blue C M Y K H S L
Decimal 37 194 150 0.81 0 0.23 0.24 163.18 0.68 0.45
Hex 25 C2 96 51 0 17 18 A3 44 2D
Octal 45 302 226 121 0 27 30 243 104 55
Binary 100101 11000010 10010110 1010001 0 10111 11000 10100011 1000100 101101

Color Harmonies of #25C296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25C296

Black with #25C296

Text Example


Text Example

White with #25C296

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,194,150); }

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

background-color css

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

 a { background-color: rgb(37,194,150); }

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

border-color css

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

 span { border-color: rgb(37,194,150); }

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