Html Css Color HEX #0DD227 Dark Pastel Green

📋 copy color: '#0DD227'

red 13 ◦ green 210 ◦ blue 39

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

Shades of Dark Pastel Green #0DD227

Tints of Dark Pastel Green #0DD227

RGB

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

 GREEN value IS 210 (82.42% from 255) = 80.15%

 BLUE value IS 39 (15.63% from 255) = 14.89%

R = 4.96%
G = 80.15%
B = 14.89%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.81

 K value IS 0.18

RGB Variations

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

Color information

#0DD227 (or 0x0DD227) is known color: Dark Pastel Green. HEX triplet: 0D, D2 and 27. RGB value is (13,210,39). Sum of RGB (Red+Green+Blue) = 13+210+39=262 (34% of max value = 765). Red value is 13 (5.47% from 255 or 4.96% from 262); Green value is 210 (82.42% from 255 or 80.15% from 262); Blue value is 39 (15.62% from 255 or 14.89% from 262); Max value from RGB is 210 - color contains mainly: green. Hex color #0DD227 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DD227 is #F22DD8. Grayscale: #848484. Windows color (decimal): -15871449 or 2609677. OLE color: 2609677.

HSL color Cylindrical-coordinate representation of color #0DD227: hue angle of 127.92º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DD227 is Cyan = 0.94, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.18.

Color convert

RGB 13 210 39 -
CMYK 0.94 0 0.81 0.18
HSL 127.92º 0.88% 0.44% -
HSV(B) 127.92º 0.94% 0.82% -
XYZ 23.58 46.33 9.62 -
YUV 131.6 75.73 43.4 -
System Red Green Blue C M Y K H S L
Decimal 13 210 39 0.94 0 0.81 0.18 127.92 0.88 0.44
Hex D D2 27 5E 0 51 12 80 58 2C
Octal 15 322 47 136 0 121 22 200 130 54
Binary 1101 11010010 100111 1011110 0 1010001 10010 10000000 1011000 101100

Color Harmonies of #0DD227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DD227

Black with #0DD227

Text Example


Text Example

White with #0DD227

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,210,39); }

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

background-color css

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

 a { background-color: rgb(13,210,39); }

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

border-color css

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

 span { border-color: rgb(13,210,39); }

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