Html Css Color HEX #0FA55A Pigment Green

📋 copy color: '#0FA55A'

red 15 ◦ green 165 ◦ blue 90

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

Shades of Pigment Green #0FA55A

Tints of Pigment Green #0FA55A

RGB

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

 GREEN value IS 165 (64.84% from 255) = 61.11%

 BLUE value IS 90 (35.55% from 255) = 33.33%

R = 5.56%
G = 61.11%
B = 33.33%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.45

 K value IS 0.35

RGB Variations

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

Color information

#0FA55A (or 0x0FA55A) is known color: Pigment Green. HEX triplet: 0F, A5 and 5A. RGB value is (15,165,90). Sum of RGB (Red+Green+Blue) = 15+165+90=270 (35% of max value = 765). Red value is 15 (6.25% from 255 or 5.56% from 270); Green value is 165 (64.84% from 255 or 61.11% from 270); Blue value is 90 (35.55% from 255 or 33.33% from 270); Max value from RGB is 165 - color contains mainly: green. Hex color #0FA55A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0FA55A is #F05AA5. Grayscale: #6F6F6F. Windows color (decimal): -15751846 or 5940495. OLE color: 5940495.

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

Color convert

RGB 15 165 90 -
CMYK 0.91 0 0.45 0.35
HSL 150º 0.83% 0.35% -
HSV(B) 150º 0.91% 0.65% -
XYZ 15.5 27.75 14.21 -
YUV 111.6 115.81 59.1 -
System Red Green Blue C M Y K H S L
Decimal 15 165 90 0.91 0 0.45 0.35 150 0.83 0.35
Hex F A5 5A 5B 0 2D 23 96 53 23
Octal 17 245 132 133 0 55 43 226 123 43
Binary 1111 10100101 1011010 1011011 0 101101 100011 10010110 1010011 100011

Color Harmonies of #0FA55A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FA55A

Black with #0FA55A

Text Example


Text Example

White with #0FA55A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,165,90); }

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

background-color css

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

 a { background-color: rgb(15,165,90); }

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

border-color css

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

 span { border-color: rgb(15,165,90); }

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