Html Css Color HEX #25A985 Jungle Green

📋 copy color: '#25A985'

red 37 ◦ green 169 ◦ blue 133

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

Shades of Jungle Green #25A985

Tints of Jungle Green #25A985

RGB

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

 GREEN value IS 169 (66.41% from 255) = 49.85%

 BLUE value IS 133 (52.34% from 255) = 39.23%

R = 10.91%
G = 49.85%
B = 39.23%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.21

 K value IS 0.34

RGB Variations

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

Color information

#25A985 (or 0x25A985) is known color: Jungle Green. HEX triplet: 25, A9 and 85. RGB value is (37,169,133). Sum of RGB (Red+Green+Blue) = 37+169+133=339 (44% of max value = 765). Red value is 37 (14.84% from 255 or 10.91% from 339); Green value is 169 (66.41% from 255 or 49.85% from 339); Blue value is 133 (52.34% from 255 or 39.23% from 339); Max value from RGB is 169 - color contains mainly: green. Hex color #25A985 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #25A985 is #DA567A. Grayscale: #7D7D7D. Windows color (decimal): -14308987 or 8759589. OLE color: 8759589.

HSL color Cylindrical-coordinate representation of color #25A985: hue angle of 163.64º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #25A985 is Cyan = 0.78, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.34.

Color convert

RGB 37 169 133 -
CMYK 0.78 0 0.21 0.34
HSL 163.64º 0.64% 0.4% -
HSV(B) 163.64º 0.78% 0.66% -
XYZ 19.18 30.46 27.06 -
YUV 125.43 132.27 64.93 -
System Red Green Blue C M Y K H S L
Decimal 37 169 133 0.78 0 0.21 0.34 163.64 0.64 0.4
Hex 25 A9 85 4E 0 15 22 A4 40 28
Octal 45 251 205 116 0 25 42 244 100 50
Binary 100101 10101001 10000101 1001110 0 10101 100010 10100100 1000000 101000

Color Harmonies of #25A985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25A985

Black with #25A985

Text Example


Text Example

White with #25A985

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,169,133); }

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

background-color css

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

 a { background-color: rgb(37,169,133); }

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

border-color css

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

 span { border-color: rgb(37,169,133); }

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