Html Css Color HEX #0FA92F Dark Pastel Green

📋 copy color: '#0FA92F'

red 15 ◦ green 169 ◦ blue 47

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

Shades of Dark Pastel Green #0FA92F

Tints of Dark Pastel Green #0FA92F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 20.35%

R = 6.49%
G = 73.16%
B = 20.35%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.72

 K value IS 0.34

RGB Variations

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

Color information

#0FA92F (or 0x0FA92F) is known color: Dark Pastel Green. HEX triplet: 0F, A9 and 2F. RGB value is (15,169,47). Sum of RGB (Red+Green+Blue) = 15+169+47=231 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.49% from 231); Green value is 169 (66.41% from 255 or 73.16% from 231); Blue value is 47 (18.75% from 255 or 20.35% from 231); Max value from RGB is 169 - color contains mainly: green. Hex color #0FA92F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FA92F is #F056D0. Grayscale: #6D6D6D. Windows color (decimal): -15750865 or 3123471. OLE color: 3123471.

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

Color convert

RGB 15 169 47 -
CMYK 0.91 0 0.72 0.34
HSL 132.47º 0.84% 0.36% -
HSV(B) 132.47º 0.91% 0.66% -
XYZ 14.9 28.68 7.44 -
YUV 109.05 92.98 60.92 -
System Red Green Blue C M Y K H S L
Decimal 15 169 47 0.91 0 0.72 0.34 132.47 0.84 0.36
Hex F A9 2F 5B 0 48 22 84 54 24
Octal 17 251 57 133 0 110 42 204 124 44
Binary 1111 10101001 101111 1011011 0 1001000 100010 10000100 1010100 100100

Color Harmonies of #0FA92F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FA92F

Black with #0FA92F

Text Example


Text Example

White with #0FA92F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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