Html Css Color HEX #0FBA23 Dark Pastel Green

📋 copy color: '#0FBA23'

red 15 ◦ green 186 ◦ blue 35

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

Shades of Dark Pastel Green #0FBA23

Tints of Dark Pastel Green #0FBA23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 14.83%

R = 6.36%
G = 78.81%
B = 14.83%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#0FBA23 (or 0x0FBA23) is known color: Dark Pastel Green. HEX triplet: 0F, BA and 23. RGB value is (15,186,35). Sum of RGB (Red+Green+Blue) = 15+186+35=236 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.36% from 236); Green value is 186 (73.05% from 255 or 78.81% from 236); Blue value is 35 (14.06% from 255 or 14.83% from 236); Max value from RGB is 186 - color contains mainly: green. Hex color #0FBA23 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FBA23 is #F045DC. Grayscale: #767676. Windows color (decimal): -15746525 or 2341391. OLE color: 2341391.

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

Color convert

RGB 15 186 35 -
CMYK 0.92 0 0.81 0.27
HSL 127.02º 0.85% 0.39% -
HSV(B) 127.02º 0.92% 0.73% -
XYZ 18.06 35.34 7.46 -
YUV 117.66 81.35 54.78 -
System Red Green Blue C M Y K H S L
Decimal 15 186 35 0.92 0 0.81 0.27 127.02 0.85 0.39
Hex F BA 23 5C 0 51 1B 7F 55 27
Octal 17 272 43 134 0 121 33 177 125 47
Binary 1111 10111010 100011 1011100 0 1010001 11011 1111111 1010101 100111

Color Harmonies of #0FBA23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FBA23

Black with #0FBA23

Text Example


Text Example

White with #0FBA23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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