Html Css Color HEX #0FA555 Pigment Green

📋 copy color: '#0FA555'

red 15 ◦ green 165 ◦ blue 85

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

Shades of Pigment Green #0FA555

Tints of Pigment Green #0FA555

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 32.08%

R = 5.66%
G = 62.26%
B = 32.08%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.48

 K value IS 0.35

RGB Variations

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

Color information

#0FA555 (or 0x0FA555) is known color: Pigment Green. HEX triplet: 0F, A5 and 55. RGB value is (15,165,85). Sum of RGB (Red+Green+Blue) = 15+165+85=265 (35% of max value = 765). Red value is 15 (6.25% from 255 or 5.66% from 265); Green value is 165 (64.84% from 255 or 62.26% from 265); Blue value is 85 (33.59% from 255 or 32.08% from 265); Max value from RGB is 165 - color contains mainly: green. Hex color #0FA555 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0FA555 is #F05AAA. Grayscale: #6F6F6F. Windows color (decimal): -15751851 or 5612815. OLE color: 5612815.

HSL color Cylindrical-coordinate representation of color #0FA555: hue angle of 148º 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 #0FA555 is Cyan = 0.91, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.35.

Color convert

RGB 15 165 85 -
CMYK 0.91 0 0.48 0.35
HSL 148º 0.83% 0.35% -
HSV(B) 148º 0.91% 0.65% -
XYZ 15.29 27.67 13.13 -
YUV 111.03 113.31 59.5 -
System Red Green Blue C M Y K H S L
Decimal 15 165 85 0.91 0 0.48 0.35 148 0.83 0.35
Hex F A5 55 5B 0 30 23 94 53 23
Octal 17 245 125 133 0 60 43 224 123 43
Binary 1111 10100101 1010101 1011011 0 110000 100011 10010100 1010011 100011

Color Harmonies of #0FA555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FA555

Black with #0FA555

Text Example


Text Example

White with #0FA555

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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