Html Css Color HEX #0FAC35 Dark Pastel Green

📋 copy color: '#0FAC35'

red 15 ◦ green 172 ◦ blue 53

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

Shades of Dark Pastel Green #0FAC35

Tints of Dark Pastel Green #0FAC35

RGB

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

 GREEN value IS 172 (67.58% from 255) = 71.67%

 BLUE value IS 53 (21.09% from 255) = 22.08%

R = 6.25%
G = 71.67%
B = 22.08%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.69

 K value IS 0.33

RGB Variations

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

Color information

#0FAC35 (or 0x0FAC35) is known color: Dark Pastel Green. HEX triplet: 0F, AC and 35. RGB value is (15,172,53). Sum of RGB (Red+Green+Blue) = 15+172+53=240 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.25% from 240); Green value is 172 (67.58% from 255 or 71.67% from 240); Blue value is 53 (21.09% from 255 or 22.08% from 240); Max value from RGB is 172 - color contains mainly: green. Hex color #0FAC35 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FAC35 is #F053CA. Grayscale: #6F6F6F. Windows color (decimal): -15750091 or 3517455. OLE color: 3517455.

HSL color Cylindrical-coordinate representation of color #0FAC35: hue angle of 134.52º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FAC35 is Cyan = 0.91, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.33.

Color convert

RGB 15 172 53 -
CMYK 0.91 0 0.69 0.33
HSL 134.52º 0.84% 0.37% -
HSV(B) 134.52º 0.91% 0.67% -
XYZ 15.59 29.86 8.31 -
YUV 111.49 94.99 59.18 -
System Red Green Blue C M Y K H S L
Decimal 15 172 53 0.91 0 0.69 0.33 134.52 0.84 0.37
Hex F AC 35 5B 0 45 21 87 54 25
Octal 17 254 65 133 0 105 41 207 124 45
Binary 1111 10101100 110101 1011011 0 1000101 100001 10000111 1010100 100101

Color Harmonies of #0FAC35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FAC35

Black with #0FAC35

Text Example


Text Example

White with #0FAC35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,172,53); }

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

background-color css

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

 a { background-color: rgb(15,172,53); }

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

border-color css

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

 span { border-color: rgb(15,172,53); }

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