Html Css Color HEX #25967A Elf Green

📋 copy color: '#25967A'

red 37 ◦ green 150 ◦ blue 122

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

Shades of Elf Green #25967A

Tints of Elf Green #25967A

RGB

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

 GREEN value IS 150 (58.98% from 255) = 48.54%

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

R = 11.97%
G = 48.54%
B = 39.48%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.19

 K value IS 0.41

RGB Variations

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

Color information

#25967A (or 0x25967A) is known color: Elf Green. HEX triplet: 25, 96 and 7A. RGB value is (37,150,122). Sum of RGB (Red+Green+Blue) = 37+150+122=309 (40% of max value = 765). Red value is 37 (14.84% from 255 or 11.97% from 309); Green value is 150 (58.98% from 255 or 48.54% from 309); Blue value is 122 (48.05% from 255 or 39.48% from 309); Max value from RGB is 150 - color contains mainly: green. Hex color #25967A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #25967A is #DA6985. Grayscale: #717171. Windows color (decimal): -14313862 or 8033829. OLE color: 8033829.

HSL color Cylindrical-coordinate representation of color #25967A: hue angle of 165.13º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #25967A is Cyan = 0.75, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.41.

Color convert

RGB 37 150 122 -
CMYK 0.75 0 0.19 0.41
HSL 165.13º 0.6% 0.37% -
HSV(B) 165.13º 0.75% 0.59% -
XYZ 15.18 23.61 22.17 -
YUV 113.02 133.06 73.78 -
System Red Green Blue C M Y K H S L
Decimal 37 150 122 0.75 0 0.19 0.41 165.13 0.6 0.37
Hex 25 96 7A 4B 0 13 29 A5 3C 25
Octal 45 226 172 113 0 23 51 245 74 45
Binary 100101 10010110 1111010 1001011 0 10011 101001 10100101 111100 100101

Color Harmonies of #25967A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25967A

Black with #25967A

Text Example


Text Example

White with #25967A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25967A; }

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

 H1.HeaderClassName
 {
   color: #25967A;
 }
 .AnyTagClassName
 {
   color: #25967A;
 }
</style>

background-color css

<style>
 a { background-color: #25967A; }

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

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

border-color css

<style>
 span { border-color: #25967A; }

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

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