Html Css Color HEX #0FD826 Dark Pastel Green

📋 copy color: '#0FD826'

red 15 ◦ green 216 ◦ blue 38

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

Shades of Dark Pastel Green #0FD826

Tints of Dark Pastel Green #0FD826

RGB

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

 GREEN value IS 216 (84.77% from 255) = 80.3%

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

R = 5.58%
G = 80.3%
B = 14.13%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#0FD826 (or 0x0FD826) is known color: Dark Pastel Green. HEX triplet: 0F, D8 and 26. RGB value is (15,216,38). Sum of RGB (Red+Green+Blue) = 15+216+38=269 (35% of max value = 765). Red value is 15 (6.25% from 255 or 5.58% from 269); Green value is 216 (84.77% from 255 or 80.30% from 269); Blue value is 38 (15.23% from 255 or 14.13% from 269); Max value from RGB is 216 - color contains mainly: green. Hex color #0FD826 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FD826 is #F027D9. Grayscale: #888888. Windows color (decimal): -15738842 or 2545679. OLE color: 2545679.

HSL color Cylindrical-coordinate representation of color #0FD826: hue angle of 126.87º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FD826 is Cyan = 0.93, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.15.

Color convert

RGB 15 216 38 -
CMYK 0.93 0 0.82 0.15
HSL 126.87º 0.87% 0.45% -
HSV(B) 126.87º 0.93% 0.85% -
XYZ 25.1 49.35 10.04 -
YUV 135.61 72.91 41.97 -
System Red Green Blue C M Y K H S L
Decimal 15 216 38 0.93 0 0.82 0.15 126.87 0.87 0.45
Hex F D8 26 5D 0 52 F 7F 57 2D
Octal 17 330 46 135 0 122 17 177 127 55
Binary 1111 11011000 100110 1011101 0 1010010 1111 1111111 1010111 101101

Color Harmonies of #0FD826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FD826

Black with #0FD826

Text Example


Text Example

White with #0FD826

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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