Html Css Color HEX #27F160 Malachite

📋 copy color: '#27F160'

red 39 ◦ green 241 ◦ blue 96

#27F160
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Malachite #27F160

Tints of Malachite #27F160

RGB

 RED value IS 39 (15.63% from 255) = 10.37%

 GREEN value IS 241 (94.53% from 255) = 64.1%

 BLUE value IS 96 (37.89% from 255) = 25.53%

R = 10.37%
G = 64.1%
B = 25.53%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.60

 K value IS 0.05

RGB Variations

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

Color information

#27F160 (or 0x27F160) is known color: Malachite. HEX triplet: 27, F1 and 60. RGB value is (39,241,96). Sum of RGB (Red+Green+Blue) = 39+241+96=376 (49% of max value = 765). Red value is 39 (15.62% from 255 or 10.37% from 376); Green value is 241 (94.53% from 255 or 64.10% from 376); Blue value is 96 (37.89% from 255 or 25.53% from 376); Max value from RGB is 241 - color contains mainly: green. Hex color #27F160 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #27F160 is #D80E9F. Grayscale: #A4A4A4. Windows color (decimal): -14159520 or 6353191. OLE color: 6353191.

HSL color Cylindrical-coordinate representation of color #27F160: hue angle of 136.93º degrees, saturation: 0.88, 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 #27F160 is Cyan = 0.84, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.

Color convert

RGB 39 241 96 -
CMYK 0.84 0 0.60 0.05
HSL 136.93º 0.88% 0.55% -
HSV(B) 136.93º 0.84% 0.95% -
XYZ 34.4 64.19 21.64 -
YUV 164.07 89.58 38.79 -
System Red Green Blue C M Y K H S L
Decimal 39 241 96 0.84 0 0.60 0.05 136.93 0.88 0.55
Hex 27 F1 60 54 0 3C 5 89 58 37
Octal 47 361 140 124 0 74 5 211 130 67
Binary 100111 11110001 1100000 1010100 0 111100 101 10001001 1011000 110111

Color Harmonies of #27F160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27F160

Black with #27F160

Text Example


Text Example

White with #27F160

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,241,96); }

 H1.HeaderClassName
 {
   color: #27F160;
 }
 .AnyTagClassName
 {
   color: #27F160;
 }
</style>

background-color css

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

 a { background-color: rgb(39,241,96); }

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

border-color css

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

 span { border-color: rgb(39,241,96); }

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