Html Css Color HEX #0FBA1C Dark Pastel Green

📋 copy color: '#0FBA1C'

red 15 ◦ green 186 ◦ blue 28

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

Shades of Dark Pastel Green #0FBA1C

Tints of Dark Pastel Green #0FBA1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 12.23%

R = 6.55%
G = 81.22%
B = 12.23%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.85

 K value IS 0.27

RGB Variations

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

Color information

#0FBA1C (or 0x0FBA1C) is known color: Dark Pastel Green. HEX triplet: 0F, BA and 1C. RGB value is (15,186,28). Sum of RGB (Red+Green+Blue) = 15+186+28=229 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.55% from 229); Green value is 186 (73.05% from 255 or 81.22% from 229); Blue value is 28 (11.33% from 255 or 12.23% from 229); Max value from RGB is 186 - color contains mainly: green. Hex color #0FBA1C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FBA1C is #F045E3. Grayscale: #757575. Windows color (decimal): -15746532 or 1882639. OLE color: 1882639.

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

Color convert

RGB 15 186 28 -
CMYK 0.92 0 0.85 0.27
HSL 124.56º 0.85% 0.39% -
HSV(B) 124.56º 0.92% 0.73% -
XYZ 17.97 35.3 6.97 -
YUV 116.86 77.85 55.35 -
System Red Green Blue C M Y K H S L
Decimal 15 186 28 0.92 0 0.85 0.27 124.56 0.85 0.39
Hex F BA 1C 5C 0 55 1B 7D 55 27
Octal 17 272 34 134 0 125 33 175 125 47
Binary 1111 10111010 11100 1011100 0 1010101 11011 1111101 1010101 100111

Color Harmonies of #0FBA1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FBA1C

Black with #0FBA1C

Text Example


Text Example

White with #0FBA1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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