Html Css Color HEX #25AC7D Jungle Green

📋 copy color: '#25AC7D'

red 37 ◦ green 172 ◦ blue 125

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

Shades of Jungle Green #25AC7D

Tints of Jungle Green #25AC7D

RGB

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

 GREEN value IS 172 (67.58% from 255) = 51.5%

 BLUE value IS 125 (49.22% from 255) = 37.43%

R = 11.08%
G = 51.5%
B = 37.43%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.27

 K value IS 0.33

RGB Variations

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

Color information

#25AC7D (or 0x25AC7D) is known color: Jungle Green. HEX triplet: 25, AC and 7D. RGB value is (37,172,125). Sum of RGB (Red+Green+Blue) = 37+172+125=334 (44% of max value = 765). Red value is 37 (14.84% from 255 or 11.08% from 334); Green value is 172 (67.58% from 255 or 51.50% from 334); Blue value is 125 (49.22% from 255 or 37.43% from 334); Max value from RGB is 172 - color contains mainly: green. Hex color #25AC7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #25AC7D is #DA5382. Grayscale: #7E7E7E. Windows color (decimal): -14308227 or 8236069. OLE color: 8236069.

HSL color Cylindrical-coordinate representation of color #25AC7D: hue angle of 159.11º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #25AC7D is Cyan = 0.78, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.33.

Color convert

RGB 37 172 125 -
CMYK 0.78 0 0.27 0.33
HSL 159.11º 0.65% 0.41% -
HSV(B) 159.11º 0.78% 0.67% -
XYZ 19.22 31.38 24.45 -
YUV 126.28 127.27 64.32 -
System Red Green Blue C M Y K H S L
Decimal 37 172 125 0.78 0 0.27 0.33 159.11 0.65 0.41
Hex 25 AC 7D 4E 0 1B 21 9F 41 29
Octal 45 254 175 116 0 33 41 237 101 51
Binary 100101 10101100 1111101 1001110 0 11011 100001 10011111 1000001 101001

Color Harmonies of #25AC7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25AC7D

Black with #25AC7D

Text Example


Text Example

White with #25AC7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,172,125); }

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

background-color css

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

 a { background-color: rgb(37,172,125); }

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

border-color css

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

 span { border-color: rgb(37,172,125); }

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