Html Css Color HEX #0FC83B Dark Pastel Green

📋 copy color: '#0FC83B'

red 15 ◦ green 200 ◦ blue 59

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

Shades of Dark Pastel Green #0FC83B

Tints of Dark Pastel Green #0FC83B

RGB

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

 GREEN value IS 200 (78.52% from 255) = 72.99%

 BLUE value IS 59 (23.44% from 255) = 21.53%

R = 5.47%
G = 72.99%
B = 21.53%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.70

 K value IS 0.22

RGB Variations

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

Color information

#0FC83B (or 0x0FC83B) is known color: Dark Pastel Green. HEX triplet: 0F, C8 and 3B. RGB value is (15,200,59). Sum of RGB (Red+Green+Blue) = 15+200+59=274 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.47% from 274); Green value is 200 (78.52% from 255 or 72.99% from 274); Blue value is 59 (23.44% from 255 or 21.53% from 274); Max value from RGB is 200 - color contains mainly: green. Hex color #0FC83B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FC83B is #F037C4. Grayscale: #808080. Windows color (decimal): -15742917 or 3917839. OLE color: 3917839.

HSL color Cylindrical-coordinate representation of color #0FC83B: hue angle of 134.27º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FC83B is Cyan = 0.92, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.22.

Color convert

RGB 15 200 59 -
CMYK 0.92 0 0.70 0.22
HSL 134.27º 0.86% 0.42% -
HSV(B) 134.27º 0.93% 0.78% -
XYZ 21.64 41.73 11.05 -
YUV 128.61 88.71 46.96 -
System Red Green Blue C M Y K H S L
Decimal 15 200 59 0.92 0 0.70 0.22 134.27 0.86 0.42
Hex F C8 3B 5C 0 46 16 86 56 2A
Octal 17 310 73 134 0 106 26 206 126 52
Binary 1111 11001000 111011 1011100 0 1000110 10110 10000110 1010110 101010

Color Harmonies of #0FC83B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FC83B

Black with #0FC83B

Text Example


Text Example

White with #0FC83B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,200,59); }

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

background-color css

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

 a { background-color: rgb(15,200,59); }

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

border-color css

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

 span { border-color: rgb(15,200,59); }

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