Html Css Color HEX #25AE7B Jungle Green

📋 copy color: '#25AE7B'

red 37 ◦ green 174 ◦ blue 123

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

Shades of Jungle Green #25AE7B

Tints of Jungle Green #25AE7B

RGB

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

 GREEN value IS 174 (68.36% from 255) = 52.1%

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

R = 11.08%
G = 52.1%
B = 36.83%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.29

 K value IS 0.32

RGB Variations

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

Color information

#25AE7B (or 0x25AE7B) is known color: Jungle Green. HEX triplet: 25, AE and 7B. RGB value is (37,174,123). Sum of RGB (Red+Green+Blue) = 37+174+123=334 (44% of max value = 765). Red value is 37 (14.84% from 255 or 11.08% from 334); Green value is 174 (68.36% from 255 or 52.10% from 334); Blue value is 123 (48.44% from 255 or 36.83% from 334); Max value from RGB is 174 - color contains mainly: green. Hex color #25AE7B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #25AE7B is #DA5184. Grayscale: #7F7F7F. Windows color (decimal): -14307717 or 8105509. OLE color: 8105509.

HSL color Cylindrical-coordinate representation of color #25AE7B: hue angle of 157.66º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #25AE7B is Cyan = 0.79, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.32.

Color convert

RGB 37 174 123 -
CMYK 0.79 0 0.29 0.32
HSL 157.66º 0.65% 0.41% -
HSV(B) 157.66º 0.79% 0.68% -
XYZ 19.47 32.1 23.91 -
YUV 127.22 125.61 63.65 -
System Red Green Blue C M Y K H S L
Decimal 37 174 123 0.79 0 0.29 0.32 157.66 0.65 0.41
Hex 25 AE 7B 4F 0 1D 20 9E 41 29
Octal 45 256 173 117 0 35 40 236 101 51
Binary 100101 10101110 1111011 1001111 0 11101 100000 10011110 1000001 101001

Color Harmonies of #25AE7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25AE7B

Black with #25AE7B

Text Example


Text Example

White with #25AE7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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