Html Css Color HEX #0FA42A Forest Green

📋 copy color: '#0FA42A'

red 15 ◦ green 164 ◦ blue 42

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

Shades of Forest Green #0FA42A

Tints of Forest Green #0FA42A

RGB

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

 GREEN value IS 164 (64.45% from 255) = 74.21%

 BLUE value IS 42 (16.8% from 255) = 19%

R = 6.79%
G = 74.21%
B = 19%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.74

 K value IS 0.36

RGB Variations

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

Color information

#0FA42A (or 0x0FA42A) is known color: Forest Green. HEX triplet: 0F, A4 and 2A. RGB value is (15,164,42). Sum of RGB (Red+Green+Blue) = 15+164+42=221 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.79% from 221); Green value is 164 (64.45% from 255 or 74.21% from 221); Blue value is 42 (16.80% from 255 or 19.00% from 221); Max value from RGB is 164 - color contains mainly: green. Hex color #0FA42A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FA42A is #F05BD5. Grayscale: #696969. Windows color (decimal): -15752150 or 2794511. OLE color: 2794511.

HSL color Cylindrical-coordinate representation of color #0FA42A: hue angle of 130.87º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FA42A is Cyan = 0.91, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.36.

Color convert

RGB 15 164 42 -
CMYK 0.91 0 0.74 0.36
HSL 130.87º 0.83% 0.35% -
HSV(B) 130.87º 0.91% 0.64% -
XYZ 13.89 26.82 6.64 -
YUV 105.54 92.14 63.42 -
System Red Green Blue C M Y K H S L
Decimal 15 164 42 0.91 0 0.74 0.36 130.87 0.83 0.35
Hex F A4 2A 5B 0 4A 24 83 53 23
Octal 17 244 52 133 0 112 44 203 123 43
Binary 1111 10100100 101010 1011011 0 1001010 100100 10000011 1010011 100011

Color Harmonies of #0FA42A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FA42A

Black with #0FA42A

Text Example


Text Example

White with #0FA42A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,164,42); }

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

background-color css

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

 a { background-color: rgb(15,164,42); }

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

border-color css

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

 span { border-color: rgb(15,164,42); }

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