Html Css Color HEX #0D896A Elf Green

📋 copy color: '#0D896A'

red 13 ◦ green 137 ◦ blue 106

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

Shades of Elf Green #0D896A

Tints of Elf Green #0D896A

RGB

 RED value IS 13 (5.47% from 255) = 5.08%

 GREEN value IS 137 (53.91% from 255) = 53.52%

 BLUE value IS 106 (41.8% from 255) = 41.41%

R = 5.08%
G = 53.52%
B = 41.41%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.23

 K value IS 0.46

RGB Variations

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

Color information

#0D896A (or 0x0D896A) is known color: Elf Green. HEX triplet: 0D, 89 and 6A. RGB value is (13,137,106). Sum of RGB (Red+Green+Blue) = 13+137+106=256 (33% of max value = 765). Red value is 13 (5.47% from 255 or 5.08% from 256); Green value is 137 (53.91% from 255 or 53.52% from 256); Blue value is 106 (41.80% from 255 or 41.41% from 256); Max value from RGB is 137 - color contains mainly: green. Hex color #0D896A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D896A is #F27695. Grayscale: #606060. Windows color (decimal): -15890070 or 6981901. OLE color: 6981901.

HSL color Cylindrical-coordinate representation of color #0D896A: hue angle of 165º degrees, saturation: 0.83, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D896A is Cyan = 0.91, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.46.

Color convert

RGB 13 137 106 -
CMYK 0.91 0 0.23 0.46
HSL 165º 0.83% 0.29% -
HSV(B) 165º 0.91% 0.54% -
XYZ 11.71 19.02 16.69 -
YUV 96.39 133.42 68.52 -
System Red Green Blue C M Y K H S L
Decimal 13 137 106 0.91 0 0.23 0.46 165 0.83 0.29
Hex D 89 6A 5B 0 17 2E A5 53 1D
Octal 15 211 152 133 0 27 56 245 123 35
Binary 1101 10001001 1101010 1011011 0 10111 101110 10100101 1010011 11101

Color Harmonies of #0D896A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D896A

Black with #0D896A

Text Example


Text Example

White with #0D896A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0D896A; }

 p { color: rgb(13,137,106); }

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

background-color css

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

 a { background-color: rgb(13,137,106); }

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

border-color css

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

 span { border-color: rgb(13,137,106); }

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