Html Css Color HEX #08F25C Malachite

📋 copy color: '#08F25C'

red 8 ◦ green 242 ◦ blue 92

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

Shades of Malachite #08F25C

Tints of Malachite #08F25C

RGB

 RED value IS 8 (3.52% from 255) = 2.34%

 GREEN value IS 242 (94.92% from 255) = 70.76%

 BLUE value IS 92 (36.33% from 255) = 26.9%

R = 2.34%
G = 70.76%
B = 26.9%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.62

 K value IS 0.05

RGB Variations

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

Color information

#08F25C (or 0x08F25C) is known color: Malachite. HEX triplet: 08, F2 and 5C. RGB value is (8,242,92). Sum of RGB (Red+Green+Blue) = 8+242+92=342 (45% of max value = 765). Red value is 8 (3.52% from 255 or 2.34% from 342); Green value is 242 (94.92% from 255 or 70.76% from 342); Blue value is 92 (36.33% from 255 or 26.90% from 342); Max value from RGB is 242 - color contains mainly: green. Hex color #08F25C is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #08F25C is #F70DA3. Grayscale: #9B9B9B. Windows color (decimal): -16190884 or 6091272. OLE color: 6091272.

HSL color Cylindrical-coordinate representation of color #08F25C: hue angle of 141.54º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #08F25C is Cyan = 0.97, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.05.

Color convert

RGB 8 242 92 -
CMYK 0.97 0 0.62 0.05
HSL 141.54º 0.94% 0.49% -
HSV(B) 141.54º 0.97% 0.95% -
XYZ 33.78 64.33 20.76 -
YUV 154.93 92.48 23.2 -
System Red Green Blue C M Y K H S L
Decimal 8 242 92 0.97 0 0.62 0.05 141.54 0.94 0.49
Hex 8 F2 5C 61 0 3E 5 8E 5E 31
Octal 10 362 134 141 0 76 5 216 136 61
Binary 1000 11110010 1011100 1100001 0 111110 101 10001110 1011110 110001

Color Harmonies of #08F25C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08F25C

Black with #08F25C

Text Example


Text Example

White with #08F25C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08F25C; }

 p { color: rgb(8,242,92); }

 H1.HeaderClassName
 {
   color: #08F25C;
 }
 .AnyTagClassName
 {
   color: #08F25C;
 }
</style>

background-color css

<style>
 a { background-color: #08F25C; }

 a { background-color: rgb(8,242,92); }

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

border-color css

<style>
 span { border-color: #08F25C; }

 span { border-color: rgb(8,242,92); }

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