Html Css Color HEX #25A17E Jungle Green

📋 copy color: '#25A17E'

red 37 ◦ green 161 ◦ blue 126

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

Shades of Jungle Green #25A17E

Tints of Jungle Green #25A17E

RGB

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

 GREEN value IS 161 (63.28% from 255) = 49.69%

 BLUE value IS 126 (49.61% from 255) = 38.89%

R = 11.42%
G = 49.69%
B = 38.89%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.22

 K value IS 0.37

RGB Variations

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

Color information

#25A17E (or 0x25A17E) is known color: Jungle Green. HEX triplet: 25, A1 and 7E. RGB value is (37,161,126). Sum of RGB (Red+Green+Blue) = 37+161+126=324 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.42% from 324); Green value is 161 (63.28% from 255 or 49.69% from 324); Blue value is 126 (49.61% from 255 or 38.89% from 324); Max value from RGB is 161 - color contains mainly: green. Hex color #25A17E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #25A17E is #DA5E81. Grayscale: #777777. Windows color (decimal): -14311042 or 8298789. OLE color: 8298789.

HSL color Cylindrical-coordinate representation of color #25A17E: hue angle of 163.06º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #25A17E is Cyan = 0.77, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.37.

Color convert

RGB 37 161 126 -
CMYK 0.77 0 0.22 0.37
HSL 163.06º 0.63% 0.39% -
HSV(B) 163.06º 0.77% 0.63% -
XYZ 17.27 27.39 24.11 -
YUV 119.93 131.42 68.85 -
System Red Green Blue C M Y K H S L
Decimal 37 161 126 0.77 0 0.22 0.37 163.06 0.63 0.39
Hex 25 A1 7E 4D 0 16 25 A3 3F 27
Octal 45 241 176 115 0 26 45 243 77 47
Binary 100101 10100001 1111110 1001101 0 10110 100101 10100011 111111 100111

Color Harmonies of #25A17E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25A17E

Black with #25A17E

Text Example


Text Example

White with #25A17E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,161,126); }

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

background-color css

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

 a { background-color: rgb(37,161,126); }

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

border-color css

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

 span { border-color: rgb(37,161,126); }

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