Html Css Color HEX #269679 Elf Green

📋 copy color: '#269679'

red 38 ◦ green 150 ◦ blue 121

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

Shades of Elf Green #269679

Tints of Elf Green #269679

RGB

 RED value IS 38 (15.23% from 255) = 12.3%

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

 BLUE value IS 121 (47.66% from 255) = 39.16%

R = 12.3%
G = 48.54%
B = 39.16%

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

#269679 (or 0x269679) is known color: Elf Green. HEX triplet: 26, 96 and 79. RGB value is (38,150,121). Sum of RGB (Red+Green+Blue) = 38+150+121=309 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.30% from 309); Green value is 150 (58.98% from 255 or 48.54% from 309); Blue value is 121 (47.66% from 255 or 39.16% from 309); Max value from RGB is 150 - color contains mainly: green. Hex color #269679 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #269679 is #D96986. Grayscale: #717171. Windows color (decimal): -14248327 or 7968294. OLE color: 7968294.

HSL color Cylindrical-coordinate representation of color #269679: hue angle of 164.46º 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 #269679 is Cyan = 0.75, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.41.

Color convert

RGB 38 150 121 -
CMYK 0.75 0 0.19 0.41
HSL 164.46º 0.6% 0.37% -
HSV(B) 164.46º 0.75% 0.59% -
XYZ 15.16 23.61 21.85 -
YUV 113.21 132.39 74.36 -
System Red Green Blue C M Y K H S L
Decimal 38 150 121 0.75 0 0.19 0.41 164.46 0.6 0.37
Hex 26 96 79 4B 0 13 29 A4 3C 25
Octal 46 226 171 113 0 23 51 244 74 45
Binary 100110 10010110 1111001 1001011 0 10011 101001 10100100 111100 100101

Color Harmonies of #269679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #269679

Black with #269679

Text Example


Text Example

White with #269679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #269679; }

 p { color: rgb(38,150,121); }

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

background-color css

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

 a { background-color: rgb(38,150,121); }

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

border-color css

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

 span { border-color: rgb(38,150,121); }

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