#00C226

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

Shades of Dark Pastel Green #00C226

Tints of Dark Pastel Green #00C226

Color information

#00C226 (or 0x00C226) is unknown color: approx Dark Pastel Green. HEX triplet: 00, C2 and 26. RGB value is (0,194,38). Sum of RGB (Red+Green+Blue) = 0+194+38=232 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 232); Green value is 194 (76.17% from 255 or 83.62% from 232); Blue value is 38 (15.23% from 255 or 16.38% from 232); Max value from RGB is 194 - color contains mainly: green. Hex color #00C226 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00C226 is #FF3DD9. Grayscale: #767676. Windows color (decimal): -16727514 or 2540032. OLE color: 2540032.

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

Color convert

RGB019438-
CMYK100.800.24
HSL131.75º100%38.04%-
HSV(B)131.75º100%76.08%-
XYZ19.6438.728.27-
YUV118.2182.7343.68-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 194 (76.17% from 255) = 83.62%
BLUE value IS 38 (15.23% from 255) = 16.38%
R=0%
G=83.62%
B=16.38%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal019438100.800.24131.7510038.04
Hex0C2266405018846426
Octal03024614401203020414446
Binary01100001010011011001000101000011000100001001100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00C226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,194,38); }

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

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

 a { background-color: rgb(0,194,38); }

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

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

 span { border-color: rgb(0,194,38); }

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