Html Css Color HEX #0FCE38 Dark Pastel Green

📋 copy color: '#0FCE38'

red 15 ◦ green 206 ◦ blue 56

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

Shades of Dark Pastel Green #0FCE38

Tints of Dark Pastel Green #0FCE38

RGB

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

 GREEN value IS 206 (80.86% from 255) = 74.37%

 BLUE value IS 56 (22.27% from 255) = 20.22%

R = 5.42%
G = 74.37%
B = 20.22%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.73

 K value IS 0.19

RGB Variations

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

Color information

#0FCE38 (or 0x0FCE38) is known color: Dark Pastel Green. HEX triplet: 0F, CE and 38. RGB value is (15,206,56). Sum of RGB (Red+Green+Blue) = 15+206+56=277 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.42% from 277); Green value is 206 (80.86% from 255 or 74.37% from 277); Blue value is 56 (22.27% from 255 or 20.22% from 277); Max value from RGB is 206 - color contains mainly: green. Hex color #0FCE38 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FCE38 is #F031C7. Grayscale: #848484. Windows color (decimal): -15741384 or 3722767. OLE color: 3722767.

HSL color Cylindrical-coordinate representation of color #0FCE38: hue angle of 132.88º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FCE38 is Cyan = 0.93, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.19.

Color convert

RGB 15 206 56 -
CMYK 0.93 0 0.73 0.19
HSL 132.88º 0.86% 0.43% -
HSV(B) 132.88º 0.93% 0.81% -
XYZ 22.98 44.53 11.13 -
YUV 131.79 85.22 44.7 -
System Red Green Blue C M Y K H S L
Decimal 15 206 56 0.93 0 0.73 0.19 132.88 0.86 0.43
Hex F CE 38 5D 0 49 13 85 56 2B
Octal 17 316 70 135 0 111 23 205 126 53
Binary 1111 11001110 111000 1011101 0 1001001 10011 10000101 1010110 101011

Color Harmonies of #0FCE38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FCE38

Black with #0FCE38

Text Example


Text Example

White with #0FCE38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,206,56); }

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

background-color css

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

 a { background-color: rgb(15,206,56); }

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

border-color css

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

 span { border-color: rgb(15,206,56); }

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