Html Css Color HEX #0FB426 Dark Pastel Green

📋 copy color: '#0FB426'

red 15 ◦ green 180 ◦ blue 38

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

Shades of Dark Pastel Green #0FB426

Tints of Dark Pastel Green #0FB426

RGB

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

 GREEN value IS 180 (70.7% from 255) = 77.25%

 BLUE value IS 38 (15.23% from 255) = 16.31%

R = 6.44%
G = 77.25%
B = 16.31%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.79

 K value IS 0.29

RGB Variations

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

Color information

#0FB426 (or 0x0FB426) is known color: Dark Pastel Green. HEX triplet: 0F, B4 and 26. RGB value is (15,180,38). Sum of RGB (Red+Green+Blue) = 15+180+38=233 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.44% from 233); Green value is 180 (70.70% from 255 or 77.25% from 233); Blue value is 38 (15.23% from 255 or 16.31% from 233); Max value from RGB is 180 - color contains mainly: green. Hex color #0FB426 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FB426 is #F04BD9. Grayscale: #727272. Windows color (decimal): -15748058 or 2536463. OLE color: 2536463.

HSL color Cylindrical-coordinate representation of color #0FB426: hue angle of 128.36º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FB426 is Cyan = 0.92, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.29.

Color convert

RGB 15 180 38 -
CMYK 0.92 0 0.79 0.29
HSL 128.36º 0.85% 0.38% -
HSV(B) 128.36º 0.92% 0.71% -
XYZ 16.87 32.88 7.29 -
YUV 114.48 84.84 57.05 -
System Red Green Blue C M Y K H S L
Decimal 15 180 38 0.92 0 0.79 0.29 128.36 0.85 0.38
Hex F B4 26 5C 0 4F 1D 80 55 26
Octal 17 264 46 134 0 117 35 200 125 46
Binary 1111 10110100 100110 1011100 0 1001111 11101 10000000 1010101 100110

Color Harmonies of #0FB426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FB426

Black with #0FB426

Text Example


Text Example

White with #0FB426

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,180,38); }

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

background-color css

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

 a { background-color: rgb(15,180,38); }

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

border-color css

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

 span { border-color: rgb(15,180,38); }

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