Html Css Color HEX #0FB85A Pigment Green

📋 copy color: '#0FB85A'

red 15 ◦ green 184 ◦ blue 90

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

Shades of Pigment Green #0FB85A

Tints of Pigment Green #0FB85A

RGB

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

 GREEN value IS 184 (72.27% from 255) = 63.67%

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

R = 5.19%
G = 63.67%
B = 31.14%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.51

 K value IS 0.28

RGB Variations

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

Color information

#0FB85A (or 0x0FB85A) is known color: Pigment Green. HEX triplet: 0F, B8 and 5A. RGB value is (15,184,90). Sum of RGB (Red+Green+Blue) = 15+184+90=289 (38% of max value = 765). Red value is 15 (6.25% from 255 or 5.19% from 289); Green value is 184 (72.27% from 255 or 63.67% from 289); Blue value is 90 (35.55% from 255 or 31.14% from 289); Max value from RGB is 184 - color contains mainly: green. Hex color #0FB85A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FB85A is #F047A5. Grayscale: #7A7A7A. Windows color (decimal): -15746982 or 5945359. OLE color: 5945359.

HSL color Cylindrical-coordinate representation of color #0FB85A: hue angle of 146.63º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FB85A is Cyan = 0.92, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.28.

Color convert

RGB 15 184 90 -
CMYK 0.92 0 0.51 0.28
HSL 146.63º 0.85% 0.39% -
HSV(B) 146.63º 0.92% 0.72% -
XYZ 19.18 35.12 15.44 -
YUV 122.75 109.51 51.14 -
System Red Green Blue C M Y K H S L
Decimal 15 184 90 0.92 0 0.51 0.28 146.63 0.85 0.39
Hex F B8 5A 5C 0 33 1C 93 55 27
Octal 17 270 132 134 0 63 34 223 125 47
Binary 1111 10111000 1011010 1011100 0 110011 11100 10010011 1010101 100111

Color Harmonies of #0FB85A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FB85A

Black with #0FB85A

Text Example


Text Example

White with #0FB85A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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