Html Css Color HEX #00D019 Dark Pastel Green

📋 copy color: '#00D019'

red 0 ◦ green 208 ◦ blue 25

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

Shades of Dark Pastel Green #00D019

Tints of Dark Pastel Green #00D019

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 208 (81.64% from 255) = 89.27%

 BLUE value IS 25 (10.16% from 255) = 10.73%

R = 0%
G = 89.27%
B = 10.73%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#00D019 (or 0x00D019) is known color: Dark Pastel Green. HEX triplet: 00, D0 and 19. RGB value is (0,208,25). Sum of RGB (Red+Green+Blue) = 0+208+25=233 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 233); Green value is 208 (81.64% from 255 or 89.27% from 233); Blue value is 25 (10.16% from 255 or 10.73% from 233); Max value from RGB is 208 - color contains mainly: green. Hex color #00D019 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #00D019 is #FF2FE6. Grayscale: #7D7D7D. Windows color (decimal): -16723943 or 1691648. OLE color: 1691648.

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

Color convert

RGB 0 208 25 -
CMYK 1 0 0.88 0.18
HSL 127.21º 1% 0.41% -
HSV(B) 127.21º 1% 0.82% -
XYZ 22.73 45.18 8.44 -
YUV 124.95 71.59 38.88 -
System Red Green Blue C M Y K H S L
Decimal 0 208 25 1 0 0.88 0.18 127.21 1 0.41
Hex 0 D0 19 64 0 58 12 7F 64 29
Octal 0 320 31 144 0 130 22 177 144 51
Binary 0 11010000 11001 1100100 0 1011000 10010 1111111 1100100 101001

Color Harmonies of #00D019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00D019

Black with #00D019

Text Example


Text Example

White with #00D019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00D019; }

 p { color: rgb(0,208,25); }

 H1.HeaderClassName
 {
   color: #00D019;
 }
 .AnyTagClassName
 {
   color: #00D019;
 }
</style>

background-color css

<style>
 a { background-color: #00D019; }

 a { background-color: rgb(0,208,25); }

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

border-color css

<style>
 span { border-color: #00D019; }

 span { border-color: rgb(0,208,25); }

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