Html Css Color HEX #0FAA41 Dark Pastel Green

📋 copy color: '#0FAA41'

red 15 ◦ green 170 ◦ blue 65

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

Shades of Dark Pastel Green #0FAA41

Tints of Dark Pastel Green #0FAA41

RGB

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

 GREEN value IS 170 (66.8% from 255) = 68%

 BLUE value IS 65 (25.78% from 255) = 26%

R = 6%
G = 68%
B = 26%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#0FAA41 (or 0x0FAA41) is known color: Dark Pastel Green. HEX triplet: 0F, AA and 41. RGB value is (15,170,65). Sum of RGB (Red+Green+Blue) = 15+170+65=250 (33% of max value = 765). Red value is 15 (6.25% from 255 or 6% from 250); Green value is 170 (66.80% from 255 or 68% from 250); Blue value is 65 (25.78% from 255 or 26% from 250); Max value from RGB is 170 - color contains mainly: green. Hex color #0FAA41 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FAA41 is #F055BE. Grayscale: #6F6F6F. Windows color (decimal): -15750591 or 4303375. OLE color: 4303375.

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

Color convert

RGB 15 170 65 -
CMYK 0.91 0 0.62 0.33
HSL 139.35º 0.84% 0.36% -
HSV(B) 139.35º 0.91% 0.67% -
XYZ 15.53 29.23 9.83 -
YUV 111.69 101.65 59.04 -
System Red Green Blue C M Y K H S L
Decimal 15 170 65 0.91 0 0.62 0.33 139.35 0.84 0.36
Hex F AA 41 5B 0 3E 21 8B 54 24
Octal 17 252 101 133 0 76 41 213 124 44
Binary 1111 10101010 1000001 1011011 0 111110 100001 10001011 1010100 100100

Color Harmonies of #0FAA41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FAA41

Black with #0FAA41

Text Example


Text Example

White with #0FAA41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,170,65); }

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

background-color css

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

 a { background-color: rgb(15,170,65); }

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

border-color css

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

 span { border-color: rgb(15,170,65); }

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