Html Css Color HEX #25A27A Jungle Green

📋 copy color: '#25A27A'

red 37 ◦ green 162 ◦ blue 122

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

Shades of Jungle Green #25A27A

Tints of Jungle Green #25A27A

RGB

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

 GREEN value IS 162 (63.67% from 255) = 50.47%

 BLUE value IS 122 (48.05% from 255) = 38.01%

R = 11.53%
G = 50.47%
B = 38.01%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.25

 K value IS 0.36

RGB Variations

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

Color information

#25A27A (or 0x25A27A) is known color: Jungle Green. HEX triplet: 25, A2 and 7A. RGB value is (37,162,122). Sum of RGB (Red+Green+Blue) = 37+162+122=321 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.53% from 321); Green value is 162 (63.67% from 255 or 50.47% from 321); Blue value is 122 (48.05% from 255 or 38.01% from 321); Max value from RGB is 162 - color contains mainly: green. Hex color #25A27A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #25A27A is #DA5D85. Grayscale: #787878. Windows color (decimal): -14310790 or 8036901. OLE color: 8036901.

HSL color Cylindrical-coordinate representation of color #25A27A: hue angle of 160.8º 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 #25A27A is Cyan = 0.77, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.36.

Color convert

RGB 37 162 122 -
CMYK 0.77 0 0.25 0.36
HSL 160.8º 0.63% 0.39% -
HSV(B) 160.8º 0.77% 0.64% -
XYZ 17.2 27.64 22.84 -
YUV 120.07 129.09 68.75 -
System Red Green Blue C M Y K H S L
Decimal 37 162 122 0.77 0 0.25 0.36 160.8 0.63 0.39
Hex 25 A2 7A 4D 0 19 24 A1 3F 27
Octal 45 242 172 115 0 31 44 241 77 47
Binary 100101 10100010 1111010 1001101 0 11001 100100 10100001 111111 100111

Color Harmonies of #25A27A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25A27A

Black with #25A27A

Text Example


Text Example

White with #25A27A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,162,122); }

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

background-color css

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

 a { background-color: rgb(37,162,122); }

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

border-color css

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

 span { border-color: rgb(37,162,122); }

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