#69C274

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

Shades of Fern #69C274

Tints of Fern #69C274

Color information

#69C274 (or 0x69C274) is unknown color: approx Fern. HEX triplet: 69, C2 and 74. RGB value is (105,194,116). Sum of RGB (Red+Green+Blue) = 105+194+116=415 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.30% from 415); Green value is 194 (76.17% from 255 or 46.75% from 415); Blue value is 116 (45.70% from 255 or 27.95% from 415); Max value from RGB is 194 - color contains mainly: green. Hex color #69C274 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69C274 is #963D8B. Grayscale: #9E9E9E. Windows color (decimal): -9846156 or 7651945. OLE color: 7651945.

HSL color Cylindrical-coordinate representation of color #69C274: hue angle of 127.42º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #69C274 is Cyan = 0.46, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.24.

Color convert

RGB105194116-
CMYK0.4600.400.24
HSL127.42º42.18%58.63%-
HSV(B)127.42º45.88%76.08%-
XYZ28.2742.8523.3-
YUV158.5104.0189.84-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 25.30%
GREEN value IS 194 (76.17% from 255) = 46.75%
BLUE value IS 116 (45.70% from 255) = 27.95%
R=25.30%
G=46.75%
B=27.95%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1051941160.4600.400.24127.4242.1858.63
Hex69C2742E028187f2a3b
Octal15130216456050301775273
Binary11010011100001011101001011100101000110001111111101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69C274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,194,116); }

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

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

 a { background-color: rgb(105,194,116); }

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

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

 span { border-color: rgb(105,194,116); }

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