Html Css Color HEX #0D9069 Elf Green

📋 copy color: '#0D9069'

red 13 ◦ green 144 ◦ blue 105

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

Shades of Elf Green #0D9069

Tints of Elf Green #0D9069

RGB

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

 GREEN value IS 144 (56.64% from 255) = 54.96%

 BLUE value IS 105 (41.41% from 255) = 40.08%

R = 4.96%
G = 54.96%
B = 40.08%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.27

 K value IS 0.44

RGB Variations

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

Color information

#0D9069 (or 0x0D9069) is known color: Elf Green. HEX triplet: 0D, 90 and 69. RGB value is (13,144,105). Sum of RGB (Red+Green+Blue) = 13+144+105=262 (34% of max value = 765). Red value is 13 (5.47% from 255 or 4.96% from 262); Green value is 144 (56.64% from 255 or 54.96% from 262); Blue value is 105 (41.41% from 255 or 40.08% from 262); Max value from RGB is 144 - color contains mainly: green. Hex color #0D9069 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D9069 is #F26F96. Grayscale: #646464. Windows color (decimal): -15888279 or 6918157. OLE color: 6918157.

HSL color Cylindrical-coordinate representation of color #0D9069: hue angle of 162.14º degrees, saturation: 0.83, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D9069 is Cyan = 0.91, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.44.

Color convert

RGB 13 144 105 -
CMYK 0.91 0 0.27 0.44
HSL 162.14º 0.83% 0.31% -
HSV(B) 162.14º 0.91% 0.56% -
XYZ 12.69 21.05 16.76 -
YUV 100.39 130.6 65.67 -
System Red Green Blue C M Y K H S L
Decimal 13 144 105 0.91 0 0.27 0.44 162.14 0.83 0.31
Hex D 90 69 5B 0 1B 2C A2 53 1F
Octal 15 220 151 133 0 33 54 242 123 37
Binary 1101 10010000 1101001 1011011 0 11011 101100 10100010 1010011 11111

Color Harmonies of #0D9069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D9069

Black with #0D9069

Text Example


Text Example

White with #0D9069

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,144,105); }

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

background-color css

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

 a { background-color: rgb(13,144,105); }

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

border-color css

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

 span { border-color: rgb(13,144,105); }

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