Html Css Color HEX #25AC7F Jungle Green

📋 copy color: '#25AC7F'

red 37 ◦ green 172 ◦ blue 127

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

Shades of Jungle Green #25AC7F

Tints of Jungle Green #25AC7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 37.8%

R = 11.01%
G = 51.19%
B = 37.8%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#25AC7F (or 0x25AC7F) is known color: Jungle Green. HEX triplet: 25, AC and 7F. RGB value is (37,172,127). Sum of RGB (Red+Green+Blue) = 37+172+127=336 (44% of max value = 765). Red value is 37 (14.84% from 255 or 11.01% from 336); Green value is 172 (67.58% from 255 or 51.19% from 336); Blue value is 127 (50% from 255 or 37.80% from 336); Max value from RGB is 172 - color contains mainly: green. Hex color #25AC7F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #25AC7F is #DA5380. Grayscale: #7E7E7E. Windows color (decimal): -14308225 or 8367141. OLE color: 8367141.

HSL color Cylindrical-coordinate representation of color #25AC7F: hue angle of 160º 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 #25AC7F is Cyan = 0.78, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.33.

Color convert

RGB 37 172 127 -
CMYK 0.78 0 0.26 0.33
HSL 160º 0.65% 0.41% -
HSV(B) 160º 0.78% 0.67% -
XYZ 19.35 31.43 25.13 -
YUV 126.51 128.27 64.16 -
System Red Green Blue C M Y K H S L
Decimal 37 172 127 0.78 0 0.26 0.33 160 0.65 0.41
Hex 25 AC 7F 4E 0 1A 21 A0 41 29
Octal 45 254 177 116 0 32 41 240 101 51
Binary 100101 10101100 1111111 1001110 0 11010 100001 10100000 1000001 101001

Color Harmonies of #25AC7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25AC7F

Black with #25AC7F

Text Example


Text Example

White with #25AC7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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