#00C34A

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

Shades of Dark Pastel Green #00C34A

Tints of Dark Pastel Green #00C34A

Color information

#00C34A (or 0x00C34A) is unknown color: approx Dark Pastel Green. HEX triplet: 00, C3 and 4A. RGB value is (0,195,74). Sum of RGB (Red+Green+Blue) = 0+195+74=269 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 269); Green value is 195 (76.56% from 255 or 72.49% from 269); Blue value is 74 (29.30% from 255 or 27.51% from 269); Max value from RGB is 195 - color contains mainly: green. Hex color #00C34A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00C34A is #FF3CB5. Grayscale: #7B7B7B. Windows color (decimal): -16727222 or 4899584. OLE color: 4899584.

HSL color Cylindrical-coordinate representation of color #00C34A: hue angle of 142.77º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00C34A is Cyan = 1, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.24.

Color convert

RGB019574-
CMYK100.620.24
HSL142.77º100%38.24%-
HSV(B)142.77º100%76.47%-
XYZ20.7539.5213.01-
YUV122.9100.440.34-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 195 (76.56% from 255) = 72.49%
BLUE value IS 74 (29.30% from 255) = 27.51%
R=0%
G=72.49%
B=27.51%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal019574100.620.24142.7710038.24
Hex0C34A6403E188f6426
Octal03031121440763021714446
Binary01100001110010101100100011111011000100011111100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00C34A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,195,74); }

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

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

 a { background-color: rgb(0,195,74); }

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

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

 span { border-color: rgb(0,195,74); }

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