Html Css Color HEX #0FA629 Dark Pastel Green

📋 copy color: '#0FA629'

red 15 ◦ green 166 ◦ blue 41

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

Shades of Dark Pastel Green #0FA629

Tints of Dark Pastel Green #0FA629

RGB

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

 GREEN value IS 166 (65.23% from 255) = 74.77%

 BLUE value IS 41 (16.41% from 255) = 18.47%

R = 6.76%
G = 74.77%
B = 18.47%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.75

 K value IS 0.35

RGB Variations

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

Color information

#0FA629 (or 0x0FA629) is known color: Dark Pastel Green. HEX triplet: 0F, A6 and 29. RGB value is (15,166,41). Sum of RGB (Red+Green+Blue) = 15+166+41=222 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.76% from 222); Green value is 166 (65.23% from 255 or 74.77% from 222); Blue value is 41 (16.41% from 255 or 18.47% from 222); Max value from RGB is 166 - color contains mainly: green. Hex color #0FA629 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FA629 is #F059D6. Grayscale: #6A6A6A. Windows color (decimal): -15751639 or 2729487. OLE color: 2729487.

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

Color convert

RGB 15 166 41 -
CMYK 0.91 0 0.75 0.35
HSL 130.33º 0.83% 0.35% -
HSV(B) 130.33º 0.91% 0.65% -
XYZ 14.23 27.53 6.66 -
YUV 106.6 90.97 62.66 -
System Red Green Blue C M Y K H S L
Decimal 15 166 41 0.91 0 0.75 0.35 130.33 0.83 0.35
Hex F A6 29 5B 0 4B 23 82 53 23
Octal 17 246 51 133 0 113 43 202 123 43
Binary 1111 10100110 101001 1011011 0 1001011 100011 10000010 1010011 100011

Color Harmonies of #0FA629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FA629

Black with #0FA629

Text Example


Text Example

White with #0FA629

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,166,41); }

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

background-color css

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

 a { background-color: rgb(15,166,41); }

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

border-color css

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

 span { border-color: rgb(15,166,41); }

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