Html Css Color HEX #0FAE22 Dark Pastel Green

📋 copy color: '#0FAE22'

red 15 ◦ green 174 ◦ blue 34

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

Shades of Dark Pastel Green #0FAE22

Tints of Dark Pastel Green #0FAE22

RGB

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

 GREEN value IS 174 (68.36% from 255) = 78.03%

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

R = 6.73%
G = 78.03%
B = 15.25%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.80

 K value IS 0.32

RGB Variations

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

Color information

#0FAE22 (or 0x0FAE22) is known color: Dark Pastel Green. HEX triplet: 0F, AE and 22. RGB value is (15,174,34). Sum of RGB (Red+Green+Blue) = 15+174+34=223 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.73% from 223); Green value is 174 (68.36% from 255 or 78.03% from 223); Blue value is 34 (13.67% from 255 or 15.25% from 223); Max value from RGB is 174 - color contains mainly: green. Hex color #0FAE22 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FAE22 is #F051DD. Grayscale: #6E6E6E. Windows color (decimal): -15749598 or 2272783. OLE color: 2272783.

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

Color convert

RGB 15 174 34 -
CMYK 0.91 0 0.80 0.32
HSL 127.17º 0.84% 0.37% -
HSV(B) 127.17º 0.91% 0.68% -
XYZ 15.62 30.49 6.58 -
YUV 110.5 84.82 59.88 -
System Red Green Blue C M Y K H S L
Decimal 15 174 34 0.91 0 0.80 0.32 127.17 0.84 0.37
Hex F AE 22 5B 0 50 20 7F 54 25
Octal 17 256 42 133 0 120 40 177 124 45
Binary 1111 10101110 100010 1011011 0 1010000 100000 1111111 1010100 100101

Color Harmonies of #0FAE22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FAE22

Black with #0FAE22

Text Example


Text Example

White with #0FAE22

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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