Html Css Color HEX #25AD86 Jungle Green

📋 copy color: '#25AD86'

red 37 ◦ green 173 ◦ blue 134

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

Shades of Jungle Green #25AD86

Tints of Jungle Green #25AD86

RGB

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

 GREEN value IS 173 (67.97% from 255) = 50.29%

 BLUE value IS 134 (52.73% from 255) = 38.95%

R = 10.76%
G = 50.29%
B = 38.95%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.23

 K value IS 0.32

RGB Variations

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

Color information

#25AD86 (or 0x25AD86) is known color: Jungle Green. HEX triplet: 25, AD and 86. RGB value is (37,173,134). Sum of RGB (Red+Green+Blue) = 37+173+134=344 (45% of max value = 765). Red value is 37 (14.84% from 255 or 10.76% from 344); Green value is 173 (67.97% from 255 or 50.29% from 344); Blue value is 134 (52.73% from 255 or 38.95% from 344); Max value from RGB is 173 - color contains mainly: green. Hex color #25AD86 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #25AD86 is #DA5279. Grayscale: #7F7F7F. Windows color (decimal): -14307962 or 8826149. OLE color: 8826149.

HSL color Cylindrical-coordinate representation of color #25AD86: hue angle of 162.79º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #25AD86 is Cyan = 0.79, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.32.

Color convert

RGB 37 173 134 -
CMYK 0.79 0 0.23 0.32
HSL 162.79º 0.65% 0.41% -
HSV(B) 162.79º 0.79% 0.68% -
XYZ 20.01 32 27.68 -
YUV 127.89 131.44 63.17 -
System Red Green Blue C M Y K H S L
Decimal 37 173 134 0.79 0 0.23 0.32 162.79 0.65 0.41
Hex 25 AD 86 4F 0 17 20 A3 41 29
Octal 45 255 206 117 0 27 40 243 101 51
Binary 100101 10101101 10000110 1001111 0 10111 100000 10100011 1000001 101001

Color Harmonies of #25AD86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25AD86

Black with #25AD86

Text Example


Text Example

White with #25AD86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,173,134); }

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

background-color css

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

 a { background-color: rgb(37,173,134); }

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

border-color css

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

 span { border-color: rgb(37,173,134); }

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