#27F269

Color #27F269 Malachite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Malachite #27F269

Tints of Malachite #27F269

Color information

#27F269 (or 0x27F269) is unknown color: approx Malachite. HEX triplet: 27, F2 and 69. RGB value is (39,242,105). Sum of RGB (Red+Green+Blue) = 39+242+105=386 (51% of max value = 765). Red value is 39 (15.62% from 255 or 10.10% from 386); Green value is 242 (94.92% from 255 or 62.69% from 386); Blue value is 105 (41.41% from 255 or 27.20% from 386); Max value from RGB is 242 - color contains mainly: green. Hex color #27F269 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #27F269 is #D80D96. Grayscale: #A6A6A6. Windows color (decimal): -14159255 or 6943271. OLE color: 6943271.

HSL color Cylindrical-coordinate representation of color #27F269: hue angle of 139.51º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #27F269 is Cyan = 0.84, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.05.

Color convert

RGB39242105-
CMYK0.8400.570.05
HSL139.51º88.65%55.1%-
HSV(B)139.51º83.88%94.9%-
XYZ35.1464.9624.05-
YUV165.6893.7537.64-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 10.10%
GREEN value IS 242 (94.92% from 255) = 62.69%
BLUE value IS 105 (41.41% from 255) = 27.20%
R=10.10%
G=62.69%
B=27.20%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal392421050.8400.570.05139.5188.6555.1
Hex27F2695403958c5937
Octal47362151124071521413167
Binary10011111110010110100110101000111001101100011001011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27F269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27F269; }

 p { color: rgb(39,242,105); }

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

<style>
 a { background-color: #27F269; }

 a { background-color: rgb(39,242,105); }

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

<style>
 span { border-color: #27F269; }

 span { border-color: rgb(39,242,105); }

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