Html Css Color HEX #25AE8A Jungle Green

📋 copy color: '#25AE8A'

red 37 ◦ green 174 ◦ blue 138

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

Shades of Jungle Green #25AE8A

Tints of Jungle Green #25AE8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 39.54%

R = 10.6%
G = 49.86%
B = 39.54%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.21

 K value IS 0.32

RGB Variations

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

Color information

#25AE8A (or 0x25AE8A) is known color: Jungle Green. HEX triplet: 25, AE and 8A. RGB value is (37,174,138). Sum of RGB (Red+Green+Blue) = 37+174+138=349 (46% of max value = 765). Red value is 37 (14.84% from 255 or 10.60% from 349); Green value is 174 (68.36% from 255 or 49.86% from 349); Blue value is 138 (54.30% from 255 or 39.54% from 349); Max value from RGB is 174 - color contains mainly: green. Hex color #25AE8A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #25AE8A is #DA5175. Grayscale: #808080. Windows color (decimal): -14307702 or 9088549. OLE color: 9088549.

HSL color Cylindrical-coordinate representation of color #25AE8A: hue angle of 164.23º 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 #25AE8A is Cyan = 0.79, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.32.

Color convert

RGB 37 174 138 -
CMYK 0.79 0 0.21 0.32
HSL 164.23º 0.65% 0.41% -
HSV(B) 164.23º 0.79% 0.68% -
XYZ 20.49 32.5 29.24 -
YUV 128.93 133.11 62.43 -
System Red Green Blue C M Y K H S L
Decimal 37 174 138 0.79 0 0.21 0.32 164.23 0.65 0.41
Hex 25 AE 8A 4F 0 15 20 A4 41 29
Octal 45 256 212 117 0 25 40 244 101 51
Binary 100101 10101110 10001010 1001111 0 10101 100000 10100100 1000001 101001

Color Harmonies of #25AE8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25AE8A

Black with #25AE8A

Text Example


Text Example

White with #25AE8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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