Html Css Color HEX #0DA935 Dark Pastel Green

📋 copy color: '#0DA935'

red 13 ◦ green 169 ◦ blue 53

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

Shades of Dark Pastel Green #0DA935

Tints of Dark Pastel Green #0DA935

RGB

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

 GREEN value IS 169 (66.41% from 255) = 71.91%

 BLUE value IS 53 (21.09% from 255) = 22.55%

R = 5.53%
G = 71.91%
B = 22.55%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.69

 K value IS 0.34

RGB Variations

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

Color information

#0DA935 (or 0x0DA935) is known color: Dark Pastel Green. HEX triplet: 0D, A9 and 35. RGB value is (13,169,53). Sum of RGB (Red+Green+Blue) = 13+169+53=235 (31% of max value = 765). Red value is 13 (5.47% from 255 or 5.53% from 235); Green value is 169 (66.41% from 255 or 71.91% from 235); Blue value is 53 (21.09% from 255 or 22.55% from 235); Max value from RGB is 169 - color contains mainly: green. Hex color #0DA935 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0DA935 is #F256CA. Grayscale: #6D6D6D. Windows color (decimal): -15881931 or 3516685. OLE color: 3516685.

HSL color Cylindrical-coordinate representation of color #0DA935: hue angle of 135.38º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0DA935 is Cyan = 0.92, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.34.

Color convert

RGB 13 169 53 -
CMYK 0.92 0 0.69 0.34
HSL 135.38º 0.86% 0.36% -
HSV(B) 135.38º 0.92% 0.66% -
XYZ 15 28.72 8.12 -
YUV 109.13 96.32 59.43 -
System Red Green Blue C M Y K H S L
Decimal 13 169 53 0.92 0 0.69 0.34 135.38 0.86 0.36
Hex D A9 35 5C 0 45 22 87 56 24
Octal 15 251 65 134 0 105 42 207 126 44
Binary 1101 10101001 110101 1011100 0 1000101 100010 10000111 1010110 100100

Color Harmonies of #0DA935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DA935

Black with #0DA935

Text Example


Text Example

White with #0DA935

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,169,53); }

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

background-color css

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

 a { background-color: rgb(13,169,53); }

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

border-color css

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

 span { border-color: rgb(13,169,53); }

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