Html Css Color HEX #0FCF2A Dark Pastel Green

📋 copy color: '#0FCF2A'

red 15 ◦ green 207 ◦ blue 42

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

Shades of Dark Pastel Green #0FCF2A

Tints of Dark Pastel Green #0FCF2A

RGB

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

 GREEN value IS 207 (81.25% from 255) = 78.41%

 BLUE value IS 42 (16.8% from 255) = 15.91%

R = 5.68%
G = 78.41%
B = 15.91%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.80

 K value IS 0.19

RGB Variations

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

Color information

#0FCF2A (or 0x0FCF2A) is known color: Dark Pastel Green. HEX triplet: 0F, CF and 2A. RGB value is (15,207,42). Sum of RGB (Red+Green+Blue) = 15+207+42=264 (34% of max value = 765). Red value is 15 (6.25% from 255 or 5.68% from 264); Green value is 207 (81.25% from 255 or 78.41% from 264); Blue value is 42 (16.80% from 255 or 15.91% from 264); Max value from RGB is 207 - color contains mainly: green. Hex color #0FCF2A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FCF2A is #F030D5. Grayscale: #838383. Windows color (decimal): -15741142 or 2805519. OLE color: 2805519.

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

Color convert

RGB 15 207 42 -
CMYK 0.93 0 0.80 0.19
HSL 128.44º 0.86% 0.44% -
HSV(B) 128.44º 0.93% 0.81% -
XYZ 22.93 44.89 9.65 -
YUV 130.78 77.89 45.42 -
System Red Green Blue C M Y K H S L
Decimal 15 207 42 0.93 0 0.80 0.19 128.44 0.86 0.44
Hex F CF 2A 5D 0 50 13 80 56 2C
Octal 17 317 52 135 0 120 23 200 126 54
Binary 1111 11001111 101010 1011101 0 1010000 10011 10000000 1010110 101100

Color Harmonies of #0FCF2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FCF2A

Black with #0FCF2A

Text Example


Text Example

White with #0FCF2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,207,42); }

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

background-color css

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

 a { background-color: rgb(15,207,42); }

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

border-color css

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

 span { border-color: rgb(15,207,42); }

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