#22C001

Color #22C001 Kelly Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kelly Green #22C001

Tints of Kelly Green #22C001

Color information

#22C001 (or 0x22C001) is unknown color: approx Kelly Green. HEX triplet: 22, C0 and 01. RGB value is (34,192,1). Sum of RGB (Red+Green+Blue) = 34+192+1=227 (30% of max value = 765). Red value is 34 (13.67% from 255 or 14.98% from 227); Green value is 192 (75.39% from 255 or 84.58% from 227); Blue value is 1 (0.78% from 255 or 0.44% from 227); Max value from RGB is 192 - color contains mainly: green. Hex color #22C001 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #22C001 is #DD3FFE. Grayscale: #7B7B7B. Windows color (decimal): -14499839 or 114722. OLE color: 114722.

HSL color Cylindrical-coordinate representation of color #22C001: hue angle of 109.63º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #22C001 is Cyan = 0.82, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.25.

Color convert

RGB341921-
CMYK0.8200.990.25
HSL109.63º98.96%37.84%-
HSV(B)109.63º99.48%75.29%-
XYZ19.5138.046.34-
YUV122.9859.1564.53-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 14.98%
GREEN value IS 192 (75.39% from 255) = 84.58%
BLUE value IS 1 (0.78% from 255) = 0.44%
R=14.98%
G=84.58%
B=0.44%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal3419210.8200.990.25109.6398.9637.84
Hex22C0152063196e6326
Octal42300112201433115614346
Binary1000101100000011010010011000111100111011101100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22C001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22C001; }

 p { color: rgb(34,192,1); }

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

<style>
 a { background-color: #22C001; }

 a { background-color: rgb(34,192,1); }

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

<style>
 span { border-color: #22C001; }

 span { border-color: rgb(34,192,1); }

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