Html Css Color HEX #0FBA1D Dark Pastel Green

📋 copy color: '#0FBA1D'

red 15 ◦ green 186 ◦ blue 29

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

Shades of Dark Pastel Green #0FBA1D

Tints of Dark Pastel Green #0FBA1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 12.61%

R = 6.52%
G = 80.87%
B = 12.61%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#0FBA1D (or 0x0FBA1D) is known color: Dark Pastel Green. HEX triplet: 0F, BA and 1D. RGB value is (15,186,29). Sum of RGB (Red+Green+Blue) = 15+186+29=230 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.52% from 230); Green value is 186 (73.05% from 255 or 80.87% from 230); Blue value is 29 (11.72% from 255 or 12.61% from 230); Max value from RGB is 186 - color contains mainly: green. Hex color #0FBA1D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FBA1D is #F045E2. Grayscale: #757575. Windows color (decimal): -15746531 or 1948175. OLE color: 1948175.

HSL color Cylindrical-coordinate representation of color #0FBA1D: hue angle of 124.91º 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 #0FBA1D is Cyan = 0.92, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.27.

Color convert

RGB 15 186 29 -
CMYK 0.92 0 0.84 0.27
HSL 124.91º 0.85% 0.39% -
HSV(B) 124.91º 0.92% 0.73% -
XYZ 17.98 35.31 7.03 -
YUV 116.97 78.35 55.27 -
System Red Green Blue C M Y K H S L
Decimal 15 186 29 0.92 0 0.84 0.27 124.91 0.85 0.39
Hex F BA 1D 5C 0 54 1B 7D 55 27
Octal 17 272 35 134 0 124 33 175 125 47
Binary 1111 10111010 11101 1011100 0 1010100 11011 1111101 1010101 100111

Color Harmonies of #0FBA1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FBA1D

Black with #0FBA1D

Text Example


Text Example

White with #0FBA1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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