Html Css Color HEX #0FC01A Dark Pastel Green

📋 copy color: '#0FC01A'

red 15 ◦ green 192 ◦ blue 26

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

Shades of Dark Pastel Green #0FC01A

Tints of Dark Pastel Green #0FC01A

RGB

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

 GREEN value IS 192 (75.39% from 255) = 82.4%

 BLUE value IS 26 (10.55% from 255) = 11.16%

R = 6.44%
G = 82.4%
B = 11.16%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.86

 K value IS 0.25

RGB Variations

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

Color information

#0FC01A (or 0x0FC01A) is known color: Dark Pastel Green. HEX triplet: 0F, C0 and 1A. RGB value is (15,192,26). Sum of RGB (Red+Green+Blue) = 15+192+26=233 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.44% from 233); Green value is 192 (75.39% from 255 or 82.40% from 233); Blue value is 26 (10.55% from 255 or 11.16% from 233); Max value from RGB is 192 - color contains mainly: green. Hex color #0FC01A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FC01A is #F03FE5. Grayscale: #787878. Windows color (decimal): -15744998 or 1753103. OLE color: 1753103.

HSL color Cylindrical-coordinate representation of color #0FC01A: hue angle of 123.73º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FC01A is Cyan = 0.92, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.25.

Color convert

RGB 15 192 26 -
CMYK 0.92 0 0.86 0.25
HSL 123.73º 0.86% 0.41% -
HSV(B) 123.73º 0.92% 0.75% -
XYZ 19.23 37.88 7.27 -
YUV 120.15 74.86 53 -
System Red Green Blue C M Y K H S L
Decimal 15 192 26 0.92 0 0.86 0.25 123.73 0.86 0.41
Hex F C0 1A 5C 0 56 19 7C 56 29
Octal 17 300 32 134 0 126 31 174 126 51
Binary 1111 11000000 11010 1011100 0 1010110 11001 1111100 1010110 101001

Color Harmonies of #0FC01A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FC01A

Black with #0FC01A

Text Example


Text Example

White with #0FC01A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,192,26); }

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

background-color css

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

 a { background-color: rgb(15,192,26); }

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

border-color css

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

 span { border-color: rgb(15,192,26); }

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