Html Css Color HEX #00D142 Dark Pastel Green

📋 copy color: '#00D142'

red 0 ◦ green 209 ◦ blue 66

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

Shades of Dark Pastel Green #00D142

Tints of Dark Pastel Green #00D142

RGB

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

 GREEN value IS 209 (82.03% from 255) = 76%

 BLUE value IS 66 (26.17% from 255) = 24%

R = 0%
G = 76%
B = 24%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.68

 K value IS 0.18

RGB Variations

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

Color information

#00D142 (or 0x00D142) is known color: Dark Pastel Green. HEX triplet: 00, D1 and 42. RGB value is (0,209,66). Sum of RGB (Red+Green+Blue) = 0+209+66=275 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 275); Green value is 209 (82.03% from 255 or 76% from 275); Blue value is 66 (26.17% from 255 or 24% from 275); Max value from RGB is 209 - color contains mainly: green. Hex color #00D142 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00D142 is #FF2EBD. Grayscale: #828282. Windows color (decimal): -16723646 or 4378880. OLE color: 4378880.

HSL color Cylindrical-coordinate representation of color #00D142: hue angle of 138.95º 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 #00D142 is Cyan = 1, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.18.

Color convert

RGB 0 209 66 -
CMYK 1 0 0.68 0.18
HSL 138.95º 1% 0.41% -
HSV(B) 138.95º 1% 0.82% -
XYZ 23.78 45.99 12.78 -
YUV 130.21 91.76 35.13 -
System Red Green Blue C M Y K H S L
Decimal 0 209 66 1 0 0.68 0.18 138.95 1 0.41
Hex 0 D1 42 64 0 44 12 8B 64 29
Octal 0 321 102 144 0 104 22 213 144 51
Binary 0 11010001 1000010 1100100 0 1000100 10010 10001011 1100100 101001

Color Harmonies of #00D142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00D142

Black with #00D142

Text Example


Text Example

White with #00D142

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,209,66); }

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

background-color css

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

 a { background-color: rgb(0,209,66); }

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

border-color css

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

 span { border-color: rgb(0,209,66); }

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