Html Css Color HEX #0FBC1E Dark Pastel Green

📋 copy color: '#0FBC1E'

red 15 ◦ green 188 ◦ blue 30

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

Shades of Dark Pastel Green #0FBC1E

Tints of Dark Pastel Green #0FBC1E

RGB

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

 GREEN value IS 188 (73.83% from 255) = 80.69%

 BLUE value IS 30 (12.11% from 255) = 12.88%

R = 6.44%
G = 80.69%
B = 12.88%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.84

 K value IS 0.26

RGB Variations

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

Color information

#0FBC1E (or 0x0FBC1E) is known color: Dark Pastel Green. HEX triplet: 0F, BC and 1E. RGB value is (15,188,30). Sum of RGB (Red+Green+Blue) = 15+188+30=233 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.44% from 233); Green value is 188 (73.83% from 255 or 80.69% from 233); Blue value is 30 (12.11% from 255 or 12.88% from 233); Max value from RGB is 188 - color contains mainly: green. Hex color #0FBC1E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FBC1E is #F043E1. Grayscale: #767676. Windows color (decimal): -15746018 or 2014223. OLE color: 2014223.

HSL color Cylindrical-coordinate representation of color #0FBC1E: hue angle of 125.2º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FBC1E is Cyan = 0.92, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.26.

Color convert

RGB 15 188 30 -
CMYK 0.92 0 0.84 0.26
HSL 125.2º 0.85% 0.4% -
HSV(B) 125.2º 0.92% 0.74% -
XYZ 18.41 36.16 7.24 -
YUV 118.26 78.19 54.35 -
System Red Green Blue C M Y K H S L
Decimal 15 188 30 0.92 0 0.84 0.26 125.2 0.85 0.4
Hex F BC 1E 5C 0 54 1A 7D 55 28
Octal 17 274 36 134 0 124 32 175 125 50
Binary 1111 10111100 11110 1011100 0 1010100 11010 1111101 1010101 101000

Color Harmonies of #0FBC1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FBC1E

Black with #0FBC1E

Text Example


Text Example

White with #0FBC1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,188,30); }

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

background-color css

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

 a { background-color: rgb(15,188,30); }

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

border-color css

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

 span { border-color: rgb(15,188,30); }

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