Html Css Color HEX #0FBA19 Dark Pastel Green

📋 copy color: '#0FBA19'

red 15 ◦ green 186 ◦ blue 25

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

Shades of Dark Pastel Green #0FBA19

Tints of Dark Pastel Green #0FBA19

RGB

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

 GREEN value IS 186 (73.05% from 255) = 82.3%

 BLUE value IS 25 (10.16% from 255) = 11.06%

R = 6.64%
G = 82.3%
B = 11.06%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.87

 K value IS 0.27

RGB Variations

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

Color information

#0FBA19 (or 0x0FBA19) is known color: Dark Pastel Green. HEX triplet: 0F, BA and 19. RGB value is (15,186,25). Sum of RGB (Red+Green+Blue) = 15+186+25=226 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.64% from 226); Green value is 186 (73.05% from 255 or 82.30% from 226); Blue value is 25 (10.16% from 255 or 11.06% from 226); Max value from RGB is 186 - color contains mainly: green. Hex color #0FBA19 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0FBA19 is #F045E6. Grayscale: #747474. Windows color (decimal): -15746535 or 1686031. OLE color: 1686031.

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

Color convert

RGB 15 186 25 -
CMYK 0.92 0 0.87 0.27
HSL 123.51º 0.85% 0.39% -
HSV(B) 123.51º 0.92% 0.73% -
XYZ 17.93 35.29 6.79 -
YUV 116.52 76.35 55.59 -
System Red Green Blue C M Y K H S L
Decimal 15 186 25 0.92 0 0.87 0.27 123.51 0.85 0.39
Hex F BA 19 5C 0 57 1B 7C 55 27
Octal 17 272 31 134 0 127 33 174 125 47
Binary 1111 10111010 11001 1011100 0 1010111 11011 1111100 1010101 100111

Color Harmonies of #0FBA19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FBA19

Black with #0FBA19

Text Example


Text Example

White with #0FBA19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,186,25); }

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

background-color css

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

 a { background-color: rgb(15,186,25); }

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

border-color css

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

 span { border-color: rgb(15,186,25); }

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