Html Css Color HEX #0FF95A Malachite

📋 copy color: '#0FF95A'

red 15 ◦ green 249 ◦ blue 90

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

Shades of Malachite #0FF95A

Tints of Malachite #0FF95A

RGB

 RED value IS 15 (6.25% from 255) = 4.24%

 GREEN value IS 249 (97.66% from 255) = 70.34%

 BLUE value IS 90 (35.55% from 255) = 25.42%

R = 4.24%
G = 70.34%
B = 25.42%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.64

 K value IS 0.02

RGB Variations

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

Color information

#0FF95A (or 0x0FF95A) is known color: Malachite. HEX triplet: 0F, F9 and 5A. RGB value is (15,249,90). Sum of RGB (Red+Green+Blue) = 15+249+90=354 (46% of max value = 765). Red value is 15 (6.25% from 255 or 4.24% from 354); Green value is 249 (97.66% from 255 or 70.34% from 354); Blue value is 90 (35.55% from 255 or 25.42% from 354); Max value from RGB is 249 - color contains mainly: green. Hex color #0FF95A is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0FF95A is #F006A5. Grayscale: #A1A1A1. Windows color (decimal): -15730342 or 5961999. OLE color: 5961999.

HSL color Cylindrical-coordinate representation of color #0FF95A: hue angle of 139.23º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FF95A is Cyan = 0.94, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.02.

Color convert

RGB 15 249 90 -
CMYK 0.94 0 0.64 0.02
HSL 139.23º 0.95% 0.52% -
HSV(B) 139.23º 0.94% 0.98% -
XYZ 35.92 68.59 21.02 -
YUV 160.91 87.98 23.93 -
System Red Green Blue C M Y K H S L
Decimal 15 249 90 0.94 0 0.64 0.02 139.23 0.95 0.52
Hex F F9 5A 5E 0 40 2 8B 5F 34
Octal 17 371 132 136 0 100 2 213 137 64
Binary 1111 11111001 1011010 1011110 0 1000000 10 10001011 1011111 110100

Color Harmonies of #0FF95A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FF95A

Black with #0FF95A

Text Example


Text Example

White with #0FF95A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0FF95A; }

 p { color: rgb(15,249,90); }

 H1.HeaderClassName
 {
   color: #0FF95A;
 }
 .AnyTagClassName
 {
   color: #0FF95A;
 }
</style>

background-color css

<style>
 a { background-color: #0FF95A; }

 a { background-color: rgb(15,249,90); }

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

border-color css

<style>
 span { border-color: #0FF95A; }

 span { border-color: rgb(15,249,90); }

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