Html Css Color HEX #0FC632 Dark Pastel Green

📋 copy color: '#0FC632'

red 15 ◦ green 198 ◦ blue 50

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

Shades of Dark Pastel Green #0FC632

Tints of Dark Pastel Green #0FC632

RGB

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

 GREEN value IS 198 (77.73% from 255) = 75.29%

 BLUE value IS 50 (19.92% from 255) = 19.01%

R = 5.7%
G = 75.29%
B = 19.01%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.75

 K value IS 0.22

RGB Variations

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

Color information

#0FC632 (or 0x0FC632) is known color: Dark Pastel Green. HEX triplet: 0F, C6 and 32. RGB value is (15,198,50). Sum of RGB (Red+Green+Blue) = 15+198+50=263 (34% of max value = 765). Red value is 15 (6.25% from 255 or 5.70% from 263); Green value is 198 (77.73% from 255 or 75.29% from 263); Blue value is 50 (19.92% from 255 or 19.01% from 263); Max value from RGB is 198 - color contains mainly: green. Hex color #0FC632 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FC632 is #F039CD. Grayscale: #7E7E7E. Windows color (decimal): -15743438 or 3327503. OLE color: 3327503.

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

Color convert

RGB 15 198 50 -
CMYK 0.92 0 0.75 0.22
HSL 131.48º 0.86% 0.42% -
HSV(B) 131.48º 0.92% 0.78% -
XYZ 20.97 40.72 9.77 -
YUV 126.41 84.87 48.53 -
System Red Green Blue C M Y K H S L
Decimal 15 198 50 0.92 0 0.75 0.22 131.48 0.86 0.42
Hex F C6 32 5C 0 4B 16 83 56 2A
Octal 17 306 62 134 0 113 26 203 126 52
Binary 1111 11000110 110010 1011100 0 1001011 10110 10000011 1010110 101010

Color Harmonies of #0FC632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FC632

Black with #0FC632

Text Example


Text Example

White with #0FC632

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,198,50); }

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

background-color css

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

 a { background-color: rgb(15,198,50); }

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

border-color css

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

 span { border-color: rgb(15,198,50); }

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