#69CA5E

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

Shades of Fern #69CA5E

Tints of Fern #69CA5E

Color information

#69CA5E (or 0x69CA5E) is unknown color: approx Fern. HEX triplet: 69, CA and 5E. RGB value is (105,202,94). Sum of RGB (Red+Green+Blue) = 105+202+94=401 (53% of max value = 765). Red value is 105 (41.41% from 255 or 26.18% from 401); Green value is 202 (79.30% from 255 or 50.37% from 401); Blue value is 94 (37.11% from 255 or 23.44% from 401); Max value from RGB is 202 - color contains mainly: green. Hex color #69CA5E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69CA5E is #9635A1. Grayscale: #A1A1A1. Windows color (decimal): -9844130 or 6212201. OLE color: 6212201.

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

Color convert

RGB10520294-
CMYK0.4800.530.21
HSL113.89º50.47%58.04%-
HSV(B)113.89º53.47%79.22%-
XYZ28.9746.0517.95-
YUV160.6890.3688.28-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.18%
GREEN value IS 202 (79.30% from 255) = 50.37%
BLUE value IS 94 (37.11% from 255) = 23.44%
R=26.18%
G=50.37%
B=23.44%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal105202940.4800.530.21113.8950.4758.04
Hex69CA5E300351572323a
Octal15131213660065251626272
Binary11010011100101010111101100000110101101011110010110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69CA5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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