#69C160

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

Shades of Fern #69C160

Tints of Fern #69C160

Color information

#69C160 (or 0x69C160) is unknown color: approx Fern. HEX triplet: 69, C1 and 60. RGB value is (105,193,96). Sum of RGB (Red+Green+Blue) = 105+193+96=394 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.65% from 394); Green value is 193 (75.78% from 255 or 48.98% from 394); Blue value is 96 (37.89% from 255 or 24.37% from 394); Max value from RGB is 193 - color contains mainly: green. Hex color #69C160 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69C160 is #963E9F. Grayscale: #9B9B9B. Windows color (decimal): -9846432 or 6340969. OLE color: 6340969.

HSL color Cylindrical-coordinate representation of color #69C160: hue angle of 114.43º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #69C160 is Cyan = 0.46, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.24.

Color convert

RGB10519396-
CMYK0.4600.500.24
HSL114.43º43.89%56.67%-
HSV(B)114.43º50.26%75.69%-
XYZ27.0141.9917.75-
YUV155.6394.3591.89-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.65%
GREEN value IS 193 (75.78% from 255) = 48.98%
BLUE value IS 96 (37.89% from 255) = 24.37%
R=26.65%
G=48.98%
B=24.37%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal105193960.4600.500.24114.4343.8956.67
Hex69C1602E03218722c39
Octal15130114056062301625471
Binary11010011100000111000001011100110010110001110010101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69C160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,193,96); }

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

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

 a { background-color: rgb(105,193,96); }

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

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

 span { border-color: rgb(105,193,96); }

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