#00C453

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

Shades of Dark Pastel Green #00C453

Tints of Dark Pastel Green #00C453

Color information

#00C453 (or 0x00C453) is unknown color: approx Dark Pastel Green. HEX triplet: 00, C4 and 53. RGB value is (0,196,83). Sum of RGB (Red+Green+Blue) = 0+196+83=279 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 279); Green value is 196 (76.95% from 255 or 70.25% from 279); Blue value is 83 (32.81% from 255 or 29.75% from 279); Max value from RGB is 196 - color contains mainly: green. Hex color #00C453 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #00C453 is #FF3BAC. Grayscale: #7C7C7C. Windows color (decimal): -16726957 or 5489664. OLE color: 5489664.

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

Color convert

RGB019683-
CMYK100.580.23
HSL145.41º100%38.43%-
HSV(B)145.41º100%76.86%-
XYZ21.340.114.8-
YUV124.51104.5739.19-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 196 (76.95% from 255) = 70.25%
BLUE value IS 83 (32.81% from 255) = 29.75%
R=0%
G=70.25%
B=29.75%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal019683100.580.23145.4110038.43
Hex0C4536403A17916426
Octal03041231440722722114446
Binary01100010010100111100100011101010111100100011100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00C453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,196,83); }

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

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

 a { background-color: rgb(0,196,83); }

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

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

 span { border-color: rgb(0,196,83); }

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