Html Css Color HEX #0FD627 Dark Pastel Green

📋 copy color: '#0FD627'

red 15 ◦ green 214 ◦ blue 39

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

Shades of Dark Pastel Green #0FD627

Tints of Dark Pastel Green #0FD627

RGB

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

 GREEN value IS 214 (83.98% from 255) = 79.85%

 BLUE value IS 39 (15.63% from 255) = 14.55%

R = 5.6%
G = 79.85%
B = 14.55%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.82

 K value IS 0.16

RGB Variations

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

Color information

#0FD627 (or 0x0FD627) is known color: Dark Pastel Green. HEX triplet: 0F, D6 and 27. RGB value is (15,214,39). Sum of RGB (Red+Green+Blue) = 15+214+39=268 (35% of max value = 765). Red value is 15 (6.25% from 255 or 5.60% from 268); Green value is 214 (83.98% from 255 or 79.85% from 268); Blue value is 39 (15.62% from 255 or 14.55% from 268); Max value from RGB is 214 - color contains mainly: green. Hex color #0FD627 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FD627 is #F029D8. Grayscale: #878787. Windows color (decimal): -15739353 or 2610703. OLE color: 2610703.

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

Color convert

RGB 15 214 39 -
CMYK 0.93 0 0.82 0.16
HSL 127.24º 0.87% 0.45% -
HSV(B) 127.24º 0.93% 0.84% -
XYZ 24.61 48.34 9.95 -
YUV 134.55 74.07 42.73 -
System Red Green Blue C M Y K H S L
Decimal 15 214 39 0.93 0 0.82 0.16 127.24 0.87 0.45
Hex F D6 27 5D 0 52 10 7F 57 2D
Octal 17 326 47 135 0 122 20 177 127 55
Binary 1111 11010110 100111 1011101 0 1010010 10000 1111111 1010111 101101

Color Harmonies of #0FD627

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FD627

Black with #0FD627

Text Example


Text Example

White with #0FD627

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,214,39); }

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

background-color css

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

 a { background-color: rgb(15,214,39); }

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

border-color css

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

 span { border-color: rgb(15,214,39); }

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