Html Css Color HEX #0FAC22 Dark Pastel Green

📋 copy color: '#0FAC22'

red 15 ◦ green 172 ◦ blue 34

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

Shades of Dark Pastel Green #0FAC22

Tints of Dark Pastel Green #0FAC22

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 15.38%

R = 6.79%
G = 77.83%
B = 15.38%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.80

 K value IS 0.33

RGB Variations

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

Color information

#0FAC22 (or 0x0FAC22) is known color: Dark Pastel Green. HEX triplet: 0F, AC and 22. RGB value is (15,172,34). Sum of RGB (Red+Green+Blue) = 15+172+34=221 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.79% from 221); Green value is 172 (67.58% from 255 or 77.83% from 221); Blue value is 34 (13.67% from 255 or 15.38% from 221); Max value from RGB is 172 - color contains mainly: green. Hex color #0FAC22 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FAC22 is #F053DD. Grayscale: #6D6D6D. Windows color (decimal): -15750110 or 2272271. OLE color: 2272271.

HSL color Cylindrical-coordinate representation of color #0FAC22: hue angle of 127.26º 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 #0FAC22 is Cyan = 0.91, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.33.

Color convert

RGB 15 172 34 -
CMYK 0.91 0 0.80 0.33
HSL 127.26º 0.84% 0.37% -
HSV(B) 127.26º 0.91% 0.67% -
XYZ 15.24 29.72 6.45 -
YUV 109.33 85.49 60.72 -
System Red Green Blue C M Y K H S L
Decimal 15 172 34 0.91 0 0.80 0.33 127.26 0.84 0.37
Hex F AC 22 5B 0 50 21 7F 54 25
Octal 17 254 42 133 0 120 41 177 124 45
Binary 1111 10101100 100010 1011011 0 1010000 100001 1111111 1010100 100101

Color Harmonies of #0FAC22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FAC22

Black with #0FAC22

Text Example


Text Example

White with #0FAC22

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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