Html Css Color HEX #0FA64C Pigment Green

📋 copy color: '#0FA64C'

red 15 ◦ green 166 ◦ blue 76

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

Shades of Pigment Green #0FA64C

Tints of Pigment Green #0FA64C

RGB

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

 GREEN value IS 166 (65.23% from 255) = 64.59%

 BLUE value IS 76 (30.08% from 255) = 29.57%

R = 5.84%
G = 64.59%
B = 29.57%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.54

 K value IS 0.35

RGB Variations

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

Color information

#0FA64C (or 0x0FA64C) is known color: Pigment Green. HEX triplet: 0F, A6 and 4C. RGB value is (15,166,76). Sum of RGB (Red+Green+Blue) = 15+166+76=257 (34% of max value = 765). Red value is 15 (6.25% from 255 or 5.84% from 257); Green value is 166 (65.23% from 255 or 64.59% from 257); Blue value is 76 (30.08% from 255 or 29.57% from 257); Max value from RGB is 166 - color contains mainly: green. Hex color #0FA64C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FA64C is #F059B3. Grayscale: #6E6E6E. Windows color (decimal): -15751604 or 5023247. OLE color: 5023247.

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

Color convert

RGB 15 166 76 -
CMYK 0.91 0 0.54 0.35
HSL 144.24º 0.83% 0.35% -
HSV(B) 144.24º 0.91% 0.65% -
XYZ 15.14 27.9 11.42 -
YUV 110.59 108.47 59.82 -
System Red Green Blue C M Y K H S L
Decimal 15 166 76 0.91 0 0.54 0.35 144.24 0.83 0.35
Hex F A6 4C 5B 0 36 23 90 53 23
Octal 17 246 114 133 0 66 43 220 123 43
Binary 1111 10100110 1001100 1011011 0 110110 100011 10010000 1010011 100011

Color Harmonies of #0FA64C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FA64C

Black with #0FA64C

Text Example


Text Example

White with #0FA64C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,166,76); }

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

background-color css

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

 a { background-color: rgb(15,166,76); }

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

border-color css

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

 span { border-color: rgb(15,166,76); }

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