Html Css Color HEX #25AC7B Jungle Green

📋 copy color: '#25AC7B'

red 37 ◦ green 172 ◦ blue 123

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

Shades of Jungle Green #25AC7B

Tints of Jungle Green #25AC7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 37.05%

R = 11.14%
G = 51.81%
B = 37.05%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.28

 K value IS 0.33

RGB Variations

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

Color information

#25AC7B (or 0x25AC7B) is known color: Jungle Green. HEX triplet: 25, AC and 7B. RGB value is (37,172,123). Sum of RGB (Red+Green+Blue) = 37+172+123=332 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.14% from 332); Green value is 172 (67.58% from 255 or 51.81% from 332); Blue value is 123 (48.44% from 255 or 37.05% from 332); Max value from RGB is 172 - color contains mainly: green. Hex color #25AC7B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #25AC7B is #DA5384. Grayscale: #7E7E7E. Windows color (decimal): -14308229 or 8104997. OLE color: 8104997.

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

Color convert

RGB 37 172 123 -
CMYK 0.78 0 0.28 0.33
HSL 158.22º 0.65% 0.41% -
HSV(B) 158.22º 0.78% 0.67% -
XYZ 19.09 31.33 23.78 -
YUV 126.05 126.27 64.48 -
System Red Green Blue C M Y K H S L
Decimal 37 172 123 0.78 0 0.28 0.33 158.22 0.65 0.41
Hex 25 AC 7B 4E 0 1C 21 9E 41 29
Octal 45 254 173 116 0 34 41 236 101 51
Binary 100101 10101100 1111011 1001110 0 11100 100001 10011110 1000001 101001

Color Harmonies of #25AC7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25AC7B

Black with #25AC7B

Text Example


Text Example

White with #25AC7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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