Html Css Color HEX #0FA927 Dark Pastel Green

📋 copy color: '#0FA927'

red 15 ◦ green 169 ◦ blue 39

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

Shades of Dark Pastel Green #0FA927

Tints of Dark Pastel Green #0FA927

RGB

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

 GREEN value IS 169 (66.41% from 255) = 75.78%

 BLUE value IS 39 (15.63% from 255) = 17.49%

R = 6.73%
G = 75.78%
B = 17.49%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.77

 K value IS 0.34

RGB Variations

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

Color information

#0FA927 (or 0x0FA927) is known color: Dark Pastel Green. HEX triplet: 0F, A9 and 27. RGB value is (15,169,39). Sum of RGB (Red+Green+Blue) = 15+169+39=223 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.73% from 223); Green value is 169 (66.41% from 255 or 75.78% from 223); Blue value is 39 (15.62% from 255 or 17.49% from 223); Max value from RGB is 169 - color contains mainly: green. Hex color #0FA927 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FA927 is #F056D8. Grayscale: #6C6C6C. Windows color (decimal): -15750873 or 2599183. OLE color: 2599183.

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

Color convert

RGB 15 169 39 -
CMYK 0.91 0 0.77 0.34
HSL 129.35º 0.84% 0.36% -
HSV(B) 129.35º 0.91% 0.66% -
XYZ 14.75 28.62 6.67 -
YUV 108.13 88.98 61.57 -
System Red Green Blue C M Y K H S L
Decimal 15 169 39 0.91 0 0.77 0.34 129.35 0.84 0.36
Hex F A9 27 5B 0 4D 22 81 54 24
Octal 17 251 47 133 0 115 42 201 124 44
Binary 1111 10101001 100111 1011011 0 1001101 100010 10000001 1010100 100100

Color Harmonies of #0FA927

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FA927

Black with #0FA927

Text Example


Text Example

White with #0FA927

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,169,39); }

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

background-color css

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

 a { background-color: rgb(15,169,39); }

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

border-color css

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

 span { border-color: rgb(15,169,39); }

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