Html Css Color HEX #0FAD4B Pigment Green

📋 copy color: '#0FAD4B'

red 15 ◦ green 173 ◦ blue 75

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

Shades of Pigment Green #0FAD4B

Tints of Pigment Green #0FAD4B

RGB

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

 GREEN value IS 173 (67.97% from 255) = 65.78%

 BLUE value IS 75 (29.69% from 255) = 28.52%

R = 5.7%
G = 65.78%
B = 28.52%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.57

 K value IS 0.32

RGB Variations

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

Color information

#0FAD4B (or 0x0FAD4B) is known color: Pigment Green. HEX triplet: 0F, AD and 4B. RGB value is (15,173,75). Sum of RGB (Red+Green+Blue) = 15+173+75=263 (34% of max value = 765). Red value is 15 (6.25% from 255 or 5.70% from 263); Green value is 173 (67.97% from 255 or 65.78% from 263); Blue value is 75 (29.69% from 255 or 28.52% from 263); Max value from RGB is 173 - color contains mainly: green. Hex color #0FAD4B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FAD4B is #F052B4. Grayscale: #727272. Windows color (decimal): -15749813 or 4959503. OLE color: 4959503.

HSL color Cylindrical-coordinate representation of color #0FAD4B: hue angle of 142.78º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FAD4B is Cyan = 0.91, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.32.

Color convert

RGB 15 173 75 -
CMYK 0.91 0 0.57 0.32
HSL 142.78º 0.84% 0.37% -
HSV(B) 142.78º 0.91% 0.68% -
XYZ 16.41 30.5 11.68 -
YUV 114.59 105.65 56.97 -
System Red Green Blue C M Y K H S L
Decimal 15 173 75 0.91 0 0.57 0.32 142.78 0.84 0.37
Hex F AD 4B 5B 0 39 20 8F 54 25
Octal 17 255 113 133 0 71 40 217 124 45
Binary 1111 10101101 1001011 1011011 0 111001 100000 10001111 1010100 100101

Color Harmonies of #0FAD4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FAD4B

Black with #0FAD4B

Text Example


Text Example

White with #0FAD4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,173,75); }

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

background-color css

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

 a { background-color: rgb(15,173,75); }

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

border-color css

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

 span { border-color: rgb(15,173,75); }

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