#0ED530

Color #0ED530 Dark Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pastel Green #0ED530

Tints of Dark Pastel Green #0ED530

Color information

#0ED530 (or 0x0ED530) is unknown color: approx Dark Pastel Green. HEX triplet: 0E, D5 and 30. RGB value is (14,213,48). Sum of RGB (Red+Green+Blue) = 14+213+48=275 (36% of max value = 765). Red value is 14 (5.86% from 255 or 5.09% from 275); Green value is 213 (83.59% from 255 or 77.45% from 275); Blue value is 48 (19.14% from 255 or 17.45% from 275); Max value from RGB is 213 - color contains mainly: green. Hex color #0ED530 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0ED530 is #F12ACF. Grayscale: #878787. Windows color (decimal): -15805136 or 3200270. OLE color: 3200270.

HSL color Cylindrical-coordinate representation of color #0ED530: hue angle of 130.25º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0ED530 is Cyan = 0.93, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.16.

Color convert

RGB1421348-
CMYK0.9300.770.16
HSL130.25º87.67%44.51%-
HSV(B)130.25º93.43%83.53%-
XYZ24.5147.910.75-
YUV134.6979.0741.92-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.09%
GREEN value IS 213 (83.59% from 255) = 77.45%
BLUE value IS 48 (19.14% from 255) = 17.45%
R=5.09%
G=77.45%
B=17.45%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal14213480.9300.770.16130.2587.6744.51
HexED5305D04D1082582d
Octal163256013501152020213055
Binary11101101010111000010111010100110110000100000101011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0ED530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,213,48); }

 H1.HeaderClassName
 {
   color: #0ED530;
 }
 .AnyTagClassName
 {
   color: #0ED530;
 }
</style>
background-color css

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

 a { background-color: rgb(14,213,48); }

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

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

 span { border-color: rgb(14,213,48); }

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