Html Css Color HEX #0FC629 Dark Pastel Green

📋 copy color: '#0FC629'

red 15 ◦ green 198 ◦ blue 41

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

Shades of Dark Pastel Green #0FC629

Tints of Dark Pastel Green #0FC629

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 16.14%

R = 5.91%
G = 77.95%
B = 16.14%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.79

 K value IS 0.22

RGB Variations

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

Color information

#0FC629 (or 0x0FC629) is known color: Dark Pastel Green. HEX triplet: 0F, C6 and 29. RGB value is (15,198,41). Sum of RGB (Red+Green+Blue) = 15+198+41=254 (33% of max value = 765). Red value is 15 (6.25% from 255 or 5.91% from 254); Green value is 198 (77.73% from 255 or 77.95% from 254); Blue value is 41 (16.41% from 255 or 16.14% from 254); Max value from RGB is 198 - color contains mainly: green. Hex color #0FC629 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FC629 is #F039D6. Grayscale: #7D7D7D. Windows color (decimal): -15743447 or 2737679. OLE color: 2737679.

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

Color convert

RGB 15 198 41 -
CMYK 0.92 0 0.79 0.22
HSL 128.52º 0.86% 0.42% -
HSV(B) 128.52º 0.92% 0.78% -
XYZ 20.79 40.65 8.85 -
YUV 125.39 80.37 49.27 -
System Red Green Blue C M Y K H S L
Decimal 15 198 41 0.92 0 0.79 0.22 128.52 0.86 0.42
Hex F C6 29 5C 0 4F 16 81 56 2A
Octal 17 306 51 134 0 117 26 201 126 52
Binary 1111 11000110 101001 1011100 0 1001111 10110 10000001 1010110 101010

Color Harmonies of #0FC629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FC629

Black with #0FC629

Text Example


Text Example

White with #0FC629

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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