Html Css Color HEX #0FAA4B Pigment Green

📋 copy color: '#0FAA4B'

red 15 ◦ green 170 ◦ blue 75

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

Shades of Pigment Green #0FAA4B

Tints of Pigment Green #0FAA4B

RGB

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

 GREEN value IS 170 (66.8% from 255) = 65.38%

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

R = 5.77%
G = 65.38%
B = 28.85%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#0FAA4B (or 0x0FAA4B) is known color: Pigment Green. HEX triplet: 0F, AA and 4B. RGB value is (15,170,75). Sum of RGB (Red+Green+Blue) = 15+170+75=260 (34% of max value = 765). Red value is 15 (6.25% from 255 or 5.77% from 260); Green value is 170 (66.80% from 255 or 65.38% from 260); Blue value is 75 (29.69% from 255 or 28.85% from 260); Max value from RGB is 170 - color contains mainly: green. Hex color #0FAA4B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FAA4B is #F055B4. Grayscale: #717171. Windows color (decimal): -15750581 or 4958735. OLE color: 4958735.

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

Color convert

RGB 15 170 75 -
CMYK 0.91 0 0.56 0.33
HSL 143.23º 0.84% 0.36% -
HSV(B) 143.23º 0.91% 0.67% -
XYZ 15.84 29.36 11.49 -
YUV 112.83 106.65 58.22 -
System Red Green Blue C M Y K H S L
Decimal 15 170 75 0.91 0 0.56 0.33 143.23 0.84 0.36
Hex F AA 4B 5B 0 38 21 8F 54 24
Octal 17 252 113 133 0 70 41 217 124 44
Binary 1111 10101010 1001011 1011011 0 111000 100001 10001111 1010100 100100

Color Harmonies of #0FAA4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FAA4B

Black with #0FAA4B

Text Example


Text Example

White with #0FAA4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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