Html Css Color HEX #0FB933 Dark Pastel Green

📋 copy color: '#0FB933'

red 15 ◦ green 185 ◦ blue 51

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

Shades of Dark Pastel Green #0FB933

Tints of Dark Pastel Green #0FB933

RGB

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

 GREEN value IS 185 (72.66% from 255) = 73.71%

 BLUE value IS 51 (20.31% from 255) = 20.32%

R = 5.98%
G = 73.71%
B = 20.32%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#0FB933 (or 0x0FB933) is known color: Dark Pastel Green. HEX triplet: 0F, B9 and 33. RGB value is (15,185,51). Sum of RGB (Red+Green+Blue) = 15+185+51=251 (33% of max value = 765). Red value is 15 (6.25% from 255 or 5.98% from 251); Green value is 185 (72.66% from 255 or 73.71% from 251); Blue value is 51 (20.31% from 255 or 20.32% from 251); Max value from RGB is 185 - color contains mainly: green. Hex color #0FB933 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FB933 is #F046CC. Grayscale: #777777. Windows color (decimal): -15746765 or 3389711. OLE color: 3389711.

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

Color convert

RGB 15 185 51 -
CMYK 0.92 0 0.72 0.27
HSL 132.71º 0.85% 0.39% -
HSV(B) 132.71º 0.92% 0.73% -
XYZ 18.14 35.04 8.94 -
YUV 118.89 89.68 53.9 -
System Red Green Blue C M Y K H S L
Decimal 15 185 51 0.92 0 0.72 0.27 132.71 0.85 0.39
Hex F B9 33 5C 0 48 1B 85 55 27
Octal 17 271 63 134 0 110 33 205 125 47
Binary 1111 10111001 110011 1011100 0 1001000 11011 10000101 1010101 100111

Color Harmonies of #0FB933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FB933

Black with #0FB933

Text Example


Text Example

White with #0FB933

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,185,51); }

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

background-color css

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

 a { background-color: rgb(15,185,51); }

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

border-color css

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

 span { border-color: rgb(15,185,51); }

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