Html Css Color HEX #0FA138 Pigment Green

📋 copy color: '#0FA138'

red 15 ◦ green 161 ◦ blue 56

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

Shades of Pigment Green #0FA138

Tints of Pigment Green #0FA138

RGB

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

 GREEN value IS 161 (63.28% from 255) = 69.4%

 BLUE value IS 56 (22.27% from 255) = 24.14%

R = 6.47%
G = 69.4%
B = 24.14%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.65

 K value IS 0.37

RGB Variations

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

Color information

#0FA138 (or 0x0FA138) is known color: Pigment Green. HEX triplet: 0F, A1 and 38. RGB value is (15,161,56). Sum of RGB (Red+Green+Blue) = 15+161+56=232 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.47% from 232); Green value is 161 (63.28% from 255 or 69.40% from 232); Blue value is 56 (22.27% from 255 or 24.14% from 232); Max value from RGB is 161 - color contains mainly: green. Hex color #0FA138 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FA138 is #F05EC7. Grayscale: #696969. Windows color (decimal): -15752904 or 3711247. OLE color: 3711247.

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

Color convert

RGB 15 161 56 -
CMYK 0.91 0 0.65 0.37
HSL 136.85º 0.83% 0.35% -
HSV(B) 136.85º 0.91% 0.63% -
XYZ 13.66 25.88 8.02 -
YUV 105.38 100.13 63.54 -
System Red Green Blue C M Y K H S L
Decimal 15 161 56 0.91 0 0.65 0.37 136.85 0.83 0.35
Hex F A1 38 5B 0 41 25 89 53 23
Octal 17 241 70 133 0 101 45 211 123 43
Binary 1111 10100001 111000 1011011 0 1000001 100101 10001001 1010011 100011

Color Harmonies of #0FA138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FA138

Black with #0FA138

Text Example


Text Example

White with #0FA138

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,161,56); }

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

background-color css

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

 a { background-color: rgb(15,161,56); }

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

border-color css

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

 span { border-color: rgb(15,161,56); }

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