#69CA16

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

Shades of Kelly Green #69CA16

Tints of Kelly Green #69CA16

Color information

#69CA16 (or 0x69CA16) is unknown color: approx Kelly Green. HEX triplet: 69, CA and 16. RGB value is (105,202,22). Sum of RGB (Red+Green+Blue) = 105+202+22=329 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.91% from 329); Green value is 202 (79.30% from 255 or 61.40% from 329); Blue value is 22 (8.98% from 255 or 6.69% from 329); Max value from RGB is 202 - color contains mainly: green. Hex color #69CA16 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #69CA16 is #9635E9. Grayscale: #999999. Windows color (decimal): -9844202 or 1493609. OLE color: 1493609.

HSL color Cylindrical-coordinate representation of color #69CA16: hue angle of 92.33º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #69CA16 is Cyan = 0.48, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.21.

Color convert

RGB10520222-
CMYK0.4800.890.21
HSL92.33º80.36%43.92%-
HSV(B)92.33º89.11%79.22%-
XYZ27.0945.38.08-
YUV152.4854.3694.14-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 31.91%
GREEN value IS 202 (79.30% from 255) = 61.40%
BLUE value IS 22 (8.98% from 255) = 6.69%
R=31.91%
G=61.40%
B=6.69%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal105202220.4800.890.2192.3380.3643.92
Hex69CA1630059155c502c
Octal151312266001312513412054
Binary11010011100101010110110000010110011010110111001010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69CA16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69CA16; }

 p { color: rgb(105,202,22); }

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

<style>
 a { background-color: #69CA16; }

 a { background-color: rgb(105,202,22); }

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

<style>
 span { border-color: #69CA16; }

 span { border-color: rgb(105,202,22); }

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