#00CA44

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

Shades of Dark Pastel Green #00CA44

Tints of Dark Pastel Green #00CA44

Color information

#00CA44 (or 0x00CA44) is unknown color: approx Dark Pastel Green. HEX triplet: 00, CA and 44. RGB value is (0,202,68). Sum of RGB (Red+Green+Blue) = 0+202+68=270 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 270); Green value is 202 (79.30% from 255 or 74.81% from 270); Blue value is 68 (26.95% from 255 or 25.19% from 270); Max value from RGB is 202 - color contains mainly: green. Hex color #00CA44 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00CA44 is #FF35BB. Grayscale: #7E7E7E. Windows color (decimal): -16725436 or 4508160. OLE color: 4508160.

HSL color Cylindrical-coordinate representation of color #00CA44: hue angle of 140.2º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00CA44 is Cyan = 1, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.21.

Color convert

RGB020268-
CMYK100.660.21
HSL140.2º100%39.61%-
HSV(B)140.2º100%79.22%-
XYZ22.1642.6612.53-
YUV126.3395.0837.9-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 202 (79.30% from 255) = 74.81%
BLUE value IS 68 (26.95% from 255) = 25.19%
R=0%
G=74.81%
B=25.19%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal020268100.660.21140.210039.61
Hex0CA4464042158c6428
Octal031210414401022521414450
Binary011001010100010011001000100001010101100011001100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00CA44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,202,68); }

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

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

 a { background-color: rgb(0,202,68); }

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

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

 span { border-color: rgb(0,202,68); }

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