Html Css Color HEX #0FA33A Pigment Green

📋 copy color: '#0FA33A'

red 15 ◦ green 163 ◦ blue 58

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

Shades of Pigment Green #0FA33A

Tints of Pigment Green #0FA33A

RGB

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

 GREEN value IS 163 (64.06% from 255) = 69.07%

 BLUE value IS 58 (23.05% from 255) = 24.58%

R = 6.36%
G = 69.07%
B = 24.58%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.64

 K value IS 0.36

RGB Variations

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

Color information

#0FA33A (or 0x0FA33A) is known color: Pigment Green. HEX triplet: 0F, A3 and 3A. RGB value is (15,163,58). Sum of RGB (Red+Green+Blue) = 15+163+58=236 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.36% from 236); Green value is 163 (64.06% from 255 or 69.07% from 236); Blue value is 58 (23.05% from 255 or 24.58% from 236); Max value from RGB is 163 - color contains mainly: green. Hex color #0FA33A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FA33A is #F05CC5. Grayscale: #6B6B6B. Windows color (decimal): -15752390 or 3842831. OLE color: 3842831.

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

Color convert

RGB 15 163 58 -
CMYK 0.91 0 0.64 0.36
HSL 137.43º 0.83% 0.35% -
HSV(B) 137.43º 0.91% 0.64% -
XYZ 14.06 26.6 8.4 -
YUV 106.78 100.47 62.54 -
System Red Green Blue C M Y K H S L
Decimal 15 163 58 0.91 0 0.64 0.36 137.43 0.83 0.35
Hex F A3 3A 5B 0 40 24 89 53 23
Octal 17 243 72 133 0 100 44 211 123 43
Binary 1111 10100011 111010 1011011 0 1000000 100100 10001001 1010011 100011

Color Harmonies of #0FA33A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FA33A

Black with #0FA33A

Text Example


Text Example

White with #0FA33A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,163,58); }

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

background-color css

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

 a { background-color: rgb(15,163,58); }

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

border-color css

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

 span { border-color: rgb(15,163,58); }

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