Html Css Color HEX #25A474 Jungle Green

📋 copy color: '#25A474'

red 37 ◦ green 164 ◦ blue 116

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

Shades of Jungle Green #25A474

Tints of Jungle Green #25A474

RGB

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

 GREEN value IS 164 (64.45% from 255) = 51.74%

 BLUE value IS 116 (45.7% from 255) = 36.59%

R = 11.67%
G = 51.74%
B = 36.59%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.29

 K value IS 0.36

RGB Variations

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

Color information

#25A474 (or 0x25A474) is known color: Jungle Green. HEX triplet: 25, A4 and 74. RGB value is (37,164,116). Sum of RGB (Red+Green+Blue) = 37+164+116=317 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.67% from 317); Green value is 164 (64.45% from 255 or 51.74% from 317); Blue value is 116 (45.70% from 255 or 36.59% from 317); Max value from RGB is 164 - color contains mainly: green. Hex color #25A474 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #25A474 is #DA5B8B. Grayscale: #787878. Windows color (decimal): -14310284 or 7644197. OLE color: 7644197.

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

Color convert

RGB 37 164 116 -
CMYK 0.77 0 0.29 0.36
HSL 157.32º 0.63% 0.39% -
HSV(B) 157.32º 0.77% 0.64% -
XYZ 17.19 28.21 21.06 -
YUV 120.56 125.42 68.4 -
System Red Green Blue C M Y K H S L
Decimal 37 164 116 0.77 0 0.29 0.36 157.32 0.63 0.39
Hex 25 A4 74 4D 0 1D 24 9D 3F 27
Octal 45 244 164 115 0 35 44 235 77 47
Binary 100101 10100100 1110100 1001101 0 11101 100100 10011101 111111 100111

Color Harmonies of #25A474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25A474

Black with #25A474

Text Example


Text Example

White with #25A474

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,164,116); }

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

background-color css

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

 a { background-color: rgb(37,164,116); }

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

border-color css

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

 span { border-color: rgb(37,164,116); }

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