#07CA14

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

Shades of Dark Pastel Green #07CA14

Tints of Dark Pastel Green #07CA14

Color information

#07CA14 (or 0x07CA14) is unknown color: approx Dark Pastel Green. HEX triplet: 07, CA and 14. RGB value is (7,202,20). Sum of RGB (Red+Green+Blue) = 7+202+20=229 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.06% from 229); Green value is 202 (79.30% from 255 or 88.21% from 229); Blue value is 20 (8.20% from 255 or 8.73% from 229); Max value from RGB is 202 - color contains mainly: green. Hex color #07CA14 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #07CA14 is #F835EB. Grayscale: #7B7B7B. Windows color (decimal): -16266732 or 1362439. OLE color: 1362439.

HSL color Cylindrical-coordinate representation of color #07CA14: hue angle of 124º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07CA14 is Cyan = 0.97, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.21.

Color convert

RGB720220-
CMYK0.9700.900.21
HSL124º93.3%40.98%-
HSV(B)124º96.53%79.22%-
XYZ21.3342.347.71-
YUV122.9569.945.3-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.06%
GREEN value IS 202 (79.30% from 255) = 88.21%
BLUE value IS 20 (8.20% from 255) = 8.73%
R=3.06%
G=88.21%
B=8.73%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal7202200.9700.900.2112493.340.98
Hex7CA146105A157c5d29
Octal73122414101322517413551
Binary11111001010101001100001010110101010111111001011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07CA14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07CA14; }

 p { color: rgb(7,202,20); }

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

<style>
 a { background-color: #07CA14; }

 a { background-color: rgb(7,202,20); }

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

<style>
 span { border-color: #07CA14; }

 span { border-color: rgb(7,202,20); }

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