Html Css Color HEX #0FA42C Dark Pastel Green

📋 copy color: '#0FA42C'

red 15 ◦ green 164 ◦ blue 44

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

Shades of Dark Pastel Green #0FA42C

Tints of Dark Pastel Green #0FA42C

RGB

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

 GREEN value IS 164 (64.45% from 255) = 73.54%

 BLUE value IS 44 (17.58% from 255) = 19.73%

R = 6.73%
G = 73.54%
B = 19.73%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.73

 K value IS 0.36

RGB Variations

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

Color information

#0FA42C (or 0x0FA42C) is known color: Dark Pastel Green. HEX triplet: 0F, A4 and 2C. RGB value is (15,164,44). Sum of RGB (Red+Green+Blue) = 15+164+44=223 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.73% from 223); Green value is 164 (64.45% from 255 or 73.54% from 223); Blue value is 44 (17.58% from 255 or 19.73% from 223); Max value from RGB is 164 - color contains mainly: green. Hex color #0FA42C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FA42C is #F05BD3. Grayscale: #6A6A6A. Windows color (decimal): -15752148 or 2925583. OLE color: 2925583.

HSL color Cylindrical-coordinate representation of color #0FA42C: hue angle of 131.68º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FA42C is Cyan = 0.91, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.36.

Color convert

RGB 15 164 44 -
CMYK 0.91 0 0.73 0.36
HSL 131.68º 0.83% 0.35% -
HSV(B) 131.68º 0.91% 0.64% -
XYZ 13.93 26.83 6.83 -
YUV 105.77 93.14 63.26 -
System Red Green Blue C M Y K H S L
Decimal 15 164 44 0.91 0 0.73 0.36 131.68 0.83 0.35
Hex F A4 2C 5B 0 49 24 84 53 23
Octal 17 244 54 133 0 111 44 204 123 43
Binary 1111 10100100 101100 1011011 0 1001001 100100 10000100 1010011 100011

Color Harmonies of #0FA42C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FA42C

Black with #0FA42C

Text Example


Text Example

White with #0FA42C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,164,44); }

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

background-color css

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

 a { background-color: rgb(15,164,44); }

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

border-color css

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

 span { border-color: rgb(15,164,44); }

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