Html Css Color HEX #25A07E Jungle Green

📋 copy color: '#25A07E'

red 37 ◦ green 160 ◦ blue 126

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

Shades of Jungle Green #25A07E

Tints of Jungle Green #25A07E

RGB

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

 GREEN value IS 160 (62.89% from 255) = 49.54%

 BLUE value IS 126 (49.61% from 255) = 39.01%

R = 11.46%
G = 49.54%
B = 39.01%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.21

 K value IS 0.37

RGB Variations

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

Color information

#25A07E (or 0x25A07E) is known color: Jungle Green. HEX triplet: 25, A0 and 7E. RGB value is (37,160,126). Sum of RGB (Red+Green+Blue) = 37+160+126=323 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.46% from 323); Green value is 160 (62.89% from 255 or 49.54% from 323); Blue value is 126 (49.61% from 255 or 39.01% from 323); Max value from RGB is 160 - color contains mainly: green. Hex color #25A07E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #25A07E is #DA5F81. Grayscale: #777777. Windows color (decimal): -14311298 or 8298533. OLE color: 8298533.

HSL color Cylindrical-coordinate representation of color #25A07E: hue angle of 163.41º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #25A07E is Cyan = 0.77, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.37.

Color convert

RGB 37 160 126 -
CMYK 0.77 0 0.21 0.37
HSL 163.41º 0.62% 0.39% -
HSV(B) 163.41º 0.77% 0.63% -
XYZ 17.1 27.04 24.06 -
YUV 119.35 131.75 69.26 -
System Red Green Blue C M Y K H S L
Decimal 37 160 126 0.77 0 0.21 0.37 163.41 0.62 0.39
Hex 25 A0 7E 4D 0 15 25 A3 3E 27
Octal 45 240 176 115 0 25 45 243 76 47
Binary 100101 10100000 1111110 1001101 0 10101 100101 10100011 111110 100111

Color Harmonies of #25A07E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25A07E

Black with #25A07E

Text Example


Text Example

White with #25A07E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,160,126); }

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

background-color css

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

 a { background-color: rgb(37,160,126); }

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

border-color css

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

 span { border-color: rgb(37,160,126); }

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